-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (48 loc) · 1.74 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>load</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="base.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css" />
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7f064b4230c97a5808ba75de3c981545";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
// 获取当前页面的URL
var currentURL = window.location.href;
// 解析URL中的参数
var urlParams = new URLSearchParams(window.location.search);
// 获取参数值
var paramValue = urlParams.get("page");
// 根据参数值进行跳转
if (paramValue === "1") {
window.location.href = "https://ieeexplore.ieee.org/xpl/aboutJournal.jsp?punumber=9420428";
}else if (paramValue === "2") {
window.location.href = "https://bimk.github.io/CEC20251/";
}else if (paramValue === "3") {
window.location.href = "https://bimk.github.io/CEC20252/";
}else if (paramValue === "num") {
document.write("total visit times");
// "<span id="busuanzi_value_site_pv"></span>"
}
});
</script>
</head>
<body>
<p style="font-family:serif;font-size: 20px;">
Loading...
</p>
</div>
</body>
</html>