<!DOCTYPE?html><html>?<head>??<title>瀏覽器對(duì)象</title>????<meta?http-equiv="Content-Type"?content="text/html;?charset=gkb"/>????</head>?<body>??<!--先編寫(xiě)好網(wǎng)頁(yè)布局-->??<h3>操作成功</h3>??<script?type="text/javascript">?????//獲取顯示秒數(shù)的元素,通過(guò)定時(shí)器來(lái)更改秒數(shù)。???var?mytime?=5;???function?count()???{???????if(mytime<1)???????{???????????window.open("http://idcbgp.cn");???????}???????else???????{???????????document.getElementById("lefttime").innerHTML=mytime;???????????mytime?=?mytime?-?1;???????}???}??setInterval("count()",1000);???//通過(guò)window的location和history對(duì)象來(lái)控制網(wǎng)頁(yè)的跳轉(zhuǎn)。?function?return()?{?????window.history.back()?}??</script>?<p><span?id="lefttime"?>5</span>?<span>秒后回到主頁(yè)</span>?<a?href="">返回</a></p></body></html>
2018-07-04
你目前是個(gè)什么問(wèn)題..代碼跑起來(lái)哪里出問(wèn)題了?