<html><head> <title></title><script type="text/javascript"> var time=parseInt(document.getElementById("num").innerHTML);function change(){ time--; while(time==0){ location.replace("http://baidu.com");}}setInterval("change()",1000);</script></head><body><h1>操作成功</h1><span id="num" >5</span>秒后回到主页 <a href="www.baidu.com">返回</a></body></html>奇怪,明明我已经用parseInt转化为整形了,为什么还是不能运算呢
添加回答
举报
0/150
提交
取消