<div class="htmlarea"> <textarea id="runcode70202"> <title>マウスに基づいて時間を判断: Js カウントダウン</title> <input type="button" id="downloadbtn" class="meng1an" onclick='if(timeout>0) {alert("タイミングの停止");return false;}document.location="#"; this.disabled=true;'> </textarea> <br><input onclick="runEx('runcode70202')" type="button" value="运行代码"><input onclick="doCopy('runcode70202')" type="button" value="复制代码"> <input onclick="doSave(runcode70202)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A すべて選択 注: </a>外部 Js を導入する必要がある場合は、</div> を実行するために更新する必要があります]<script type="text/javascript"> <!-- var timeCount var timeout='10'; function countdown() { if (timeout <= 0) { document.getElementById("downloadbtn").value = '时间到'; if(document.getElementById("downloadfile"))document.getElementById("downloadfile").style.display = ''; } if (timeout > 0) { document.getElementById("downloadbtn").value = '还有 '+timeout+' 秒'; timeCount = setTimeout('countdown()',1000); } timeout--; } countdown(); document.onmouseover= function(){clearTimeout(timeCount);countdown();} document.onmouseout= function(){clearTimeout(timeCount);} --> </script>