根本停不下來呢?旋脈一樣!求賜教
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>計時器</title>
<script type="text/javascript">
? ?function clock(){
? ? ? var time=new Date(); ? ? ? ? ? ? ? ?
? ? ? document.getElementById("clock").value = time;
? ?}
? ? ?var i=setInterval(clock,100);
</script>
</head>
<body>
? <form>
? ? <input type="text" id="clock" size="50" ?/>
? ? <input type="button" value="Stop" onclick="clearInterval(i)" />
? </form>
</body>
</html>
2015-12-26
你好,可以停下來啊,功能實現(xiàn)了,有什么問題么。
望樓主采納!
2016-03-08
chome瀏覽器停止失敗。。
2016-02-06
我的360安全瀏覽器8.1點擊失敗,可是在DW中運行正常,具體原因不知
2016-02-03
360極速瀏覽器停止失敗
2015-12-26
沒問題,點擊按鈕可以停下來的