当前位置:

无限刷新某些页面

xiaoming 2023-01-19 206 0

<html> <head> <title> hello world </title> </head> <body> <script language="JavaScript"> function myrefresh() { window.location.reload(); } setTimeout(myrefresh(),8000); </script> <div id="testloadimg"> </div> <script type="text/javascript"> var arr = ["https://sy.ytecn.com/"]; function timedCount() { var content = ""; for (var i = 0; i < arr.length; i++) { content += "<img src=\""+arr[i]+"?r=" + Math.random() + "\" />"; } document.getElementById("testloadimg").innerHTML = content; setTimeout("timedCount()", 20000); } timedCount(); </script> </body> </html>

无限刷新某些页面

发表评论

  • 评论列表
还没有人评论,快来抢沙发吧~
您是本站第5493名访客 今日有1篇新文章