<script language="JavaScript">
function myrefresh()
{
window.location.reload();
}
setTimeout(‘myrefresh()‘,1000); //指定1秒刷新一次
</script>
标签:fun log pre refresh 刷新 location blog gpo div
<script language="JavaScript">
function myrefresh()
{
window.location.reload();
}
setTimeout(‘myrefresh()‘,1000); //指定1秒刷新一次
</script>
标签:fun log pre refresh 刷新 location blog gpo div
原文地址:https://www.cnblogs.com/gjscool/p/8333974.html