復制代碼 代碼如下:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>60刷新本頁</title>
<script type="text/javascript">
var t;
t=60;
function shua()
{
t=t-1;
document.getElementById("hints").innerHTML="離下次刷新時間還有 "+t+" 秒";
if (t==0)
{
document.location.reload();
}
}
</script>
</head>
<body>
<center>
<font >離下次刷新時間還有60秒</font><br/>
<center>
</body>
</html>
新聞熱點
疑難解答
圖片精選