1
jhzh
2025-04-14 a5601fbcdc19292b32423bea88e67fc9ab4422a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
 
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <link type="text/css" href="bundles/vendors.a94ef44ed5c201cefcf6ad7460788c1a.css" rel="stylesheet" />
    <link type="text/css" href="bundles/library.a8de6f8cf4dda6895071c6ec45f900d9.css" rel="stylesheet" />
</head>
 
<body class="chart-page on-widget">
    <div class="loading-indicator" id="loading-indicator"></div>
    <div class="tv-quoter" id="tv-quoter">
        <div class="tv-quoter-item">
            <div class="tv-quoter-title">时间</div>
            <div class="tv-quoter-value" data-name="date"></div>
        </div>
        <div class="tv-quoter-item">
            <div class="tv-quoter-title">开</div>
            <div class="tv-quoter-value" data-name="open"></div>
        </div>
        <div class="tv-quoter-item">
            <div class="tv-quoter-title">高</div>
            <div class="tv-quoter-value" data-name="high"></div>
        </div>
        <div class="tv-quoter-item">
            <div class="tv-quoter-title">低</div>
            <div class="tv-quoter-value" data-name="low"></div>
        </div>
        <div class="tv-quoter-item">
            <div class="tv-quoter-title">收</div>
            <div class="tv-quoter-value" data-name="close"></div>
        </div>
        <div class="tv-quoter-item">
            <div class="tv-quoter-title">成交量</div>
            <div class="tv-quoter-value" data-name="volume"></div>
        </div>
    </div>
    <script src="js/external/spin.min.js"></script>
    <script>
        var JSServer = {};
        var __initialEnabledFeaturesets = ["charting_library"];
 
    </script>
    <script>
        (function () {
            window.urlParams = (function () {
                var j, h = /\+/g,
                    m = /([^&=]+)=?([^&]*)/g,
                    e = function (o) {
                        return decodeURIComponent(o.replace(h, " ")).replace(/<\/?[^>]+(>|$)/g, "")
                    },
                    k = function () {
                        var p = location.href;
                        var o = p.indexOf("#");
                        if (o >= 0) {
                            return p.substring(o + 1)
                        } else {
                            throw "Unexpected use of this page"
                        }
                    }(),
                    n = {};
                while (j = m.exec(k)) {
                    n[e(j[1])] = e(j[2])
                }
                var l = window.parent[n.uid];
                var i = ["datafeed", "customFormatters", "brokerFactory"];
                for (var g in l) {
                    if (i.indexOf(g) === -1) {
                        n[g] = JSON.stringify(l[g])
                    }
                }
                return n
            })();
            window.locale = urlParams.locale;
            window.language = urlParams.locale;
            window.addCustomCSSFile = function (e) {
                var g = document.createElement("link");
                document.getElementsByTagName("head")[0].appendChild(g);
                g.setAttribute("type", "text/css");
                g.setAttribute("rel", "stylesheet");
                g.setAttribute("href", e)
            };
            if (!!urlParams.customCSS) {
                window.addCustomCSSFile(urlParams.customCSS)
            }
            var f = {};
            if (typeof urlParams.loading_screen === "string") {
                try {
                    f = JSON.parse(urlParams.loading_screen)
                } catch (d) {}
            }
            var a = document.getElementById("loading-indicator");
            if (f.backgroundColor) {
                a.style = "background-color: " + f.backgroundColor
            }
            var b = (f.foregroundColor) ? f.foregroundColor : "#00A2E2";
            var c = new Spinner({
                lines: 17,
                length: 0,
                width: 3,
                radius: 30,
                scale: 1,
                corners: 1,
                color: b,
                opacity: 0,
                rotate: 0,
                direction: 1,
                speed: 1.5,
                trail: 60,
                fps: 20,
                zIndex: 2000000000,
                className: "spinner",
                top: "50%",
                left: "50%",
                shadow: false,
                hwaccel: false
            }).spin(a)
        })();
 
    </script>
    <script src="bundles/vendors.c0e9ee356e307b4a0cd1.js"></script>
    <script src="bundles/library.21c43e3cd2e427bd8522.js"></script>
</body>
 
</html>