第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

鄙人不才,繼續(xù)暫停,繼續(xù)暫停

<!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;

???????????function?start()?{???

?????????????i?=?setInterval("clock()",100);

???????????}

???????????i=setInterval("clock()",100);

????????</script>

????</head>

????<body>

??????<form>

??????????<input?type="text"?id="clock"?size="50"??/>

??????????<input?type="button"?value="Stop"?onclick="clearInterval(i)"?/>

??????????<input?type="button"?value="Start"?onclick="start()"?/>

??????????

??????</form>

????</body>

</html>


正在回答

3 回答

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>計時器</title>

<script type="text/javascript">

? ?var? s=false;

? ?function clock(){

? ? ? var time=new Date();? ? ? ? ? ? ? ? ??

? ? ? document.getElementById("clock").value = time;

? ?}

? ? ?var i=setInterval(clock,1000);

? ? ?function fc()

? ? ?{

? ? ? ? ?if(s)

? ? ? ? ?{

? ? ? ? ? ? ?s=false;

? ? ? ? ? ? ?i=setInterval(clock,1000)

? ? ? ? ?}else

? ? ? ? ?{

? ? ? ? ? ? ?s=true;

? ? ? ? ? ? ?clearInterval(i);

? ? ? ? ?}

? ? ?}

</script>

</head>

<body>

? <form>

? ? <input type="text" id="clock" size="50"? />

? ? <input type="button" value="Stop" onclick="fc()" />


? </form>

</body>

</html>


0 回復(fù) 有任何疑惑可以回復(fù)我~

再點停止就失效了

0 回復(fù) 有任何疑惑可以回復(fù)我~

看到有好多人問繼續(xù)暫停繼續(xù)暫停怎么搞,就這么搞吧,馬馬虎虎

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

鄙人不才,繼續(xù)暫停,繼續(xù)暫停

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號