You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
64 lines
1.3 KiB
1 month ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head lang="zh-cn">
|
||
|
<meta charset="UTF-8">
|
||
|
<title></title>
|
||
|
<!--#include file="/widget/head.html"-->
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<button id="btn">点击</button>
|
||
|
<p><input type="button" value="exec iframe function" onclick="exec_iframe()"></p>
|
||
|
|
||
|
|
||
|
|
||
|
<script src="jquery.min.js"></script>
|
||
|
|
||
|
<!--<script>
|
||
|
$("#btn").click(function() {
|
||
|
|
||
|
|
||
|
$.getJSON("https://s.nesine.com/10025671/content/BetListAll.min.js?v=10025671&callback=?",function(data){
|
||
|
console.log(data)
|
||
|
})
|
||
|
})
|
||
|
</script>-->
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
function callback(data) {
|
||
|
console.log(data.betTypeFilters);
|
||
|
}
|
||
|
//添加<script>标签的方法
|
||
|
function addScriptTag(src){
|
||
|
var script = document.createElement('script');
|
||
|
script.setAttribute("type","text/javascript");
|
||
|
script.src = src;
|
||
|
document.body.appendChild(script);
|
||
|
}
|
||
|
|
||
|
window.onload = function(){
|
||
|
addScriptTag("https://s.nesine.com/10025671/content/BetListAll.min.js?v=10025671");
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
</html>
|
||
|
<script>
|
||
|
$.get(Page.SvrIp+"/api/SysNoticeLamp", {
|
||
|
token: cookie.get("token"),
|
||
|
triggerTime: "2023-05-20 15:25:00",
|
||
|
content: "测试广播",
|
||
|
cycleTimeType: 1,
|
||
|
showInterval: 1000,
|
||
|
showCount:100
|
||
|
});
|
||
|
|
||
|
</script>
|