亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

倒記時(shí)60刷新網(wǎng)頁(yè)的js代碼

 更新時(shí)間:2014年02月18日 15:49:31   作者:  
這篇文章主要介紹了倒記時(shí)60刷新網(wǎng)頁(yè)的js代碼,需要的朋友可以參考下
復(fù)制代碼 代碼如下:

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>60刷新本頁(yè)</title>
<script type="text/javascript">
var t;
t=60;
function shua()
{
t=t-1;
document.getElementById("hints").innerHTML="離下次刷新時(shí)間還有 "+t+" 秒";
if (t==0)
{
document.location.reload();
}
}
</script>

</head>
<body onload="window.setInterval(shua,1000);">
<center>
<font id="hints" style="color:blue" >離下次刷新時(shí)間還有60秒</font><br/>
<center>
</body>
</html>

相關(guān)文章

最新評(píng)論