在线精品免费视频,91免费国产高清在线,91久久精品国产一区二区,男人在线网站,欧洲视频一区,最新国产精品亚洲,狠狠色狠色综合曰曰

萬企互聯(lián)-專注高端網(wǎng)站建設(shè)
掃描關(guān)注萬企互聯(lián)微信公眾賬號

掃一掃微信二維碼

5秒后跳轉(zhuǎn)到另一頁面的js代碼

編程代碼?2023/7/27? 296

跳轉(zhuǎn)到另一個頁面的方法有很多,在本文將為大家詳細介紹下js中如何實現(xiàn)5秒后跳轉(zhuǎn)到另一個頁面,感興趣的朋友可不要錯過,代碼如下:

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>5秒后跳轉(zhuǎn)到另一個頁面</title>
<script type="text/javascript">
var t = 5;
function countDown(){
var time = document.getElementById("time");
t--;
time.value=t;
if (t<=0) {
location.href="http://fjgmzy.com";
clearInterval(inter);
};
}
var inter = setInterval("countDown()",1000);
//window.onload=countDown;
</script>
</head>
<body onload="countDown()">

<input type="text" readonly="true" value="5" id="time"/>
<!--也可以在這里寫javascript代碼,這樣就不必在body標(biāo)簽中寫onload="countDown()"。-->

</body>
</html>
文章關(guān)鍵詞
跳轉(zhuǎn)
js
萬企互聯(lián) 萬企微信 咸陽網(wǎng)站建設(shè) 域名轉(zhuǎn)發(fā)系統(tǒng) IP地址查詢 萬企工具 超越彼岸BEYOND 六佰號 秦川云 IDC主機測評 品控技術(shù)網(wǎng) TOP圖標(biāo)庫