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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么運(yùn)行后按下鍵盤(pán)回車(chē)鍵抽獎(jiǎng)不停止?

為什么運(yùn)行后按下鍵盤(pán)回車(chē)鍵抽獎(jiǎng)不停止?

亞努人 2016-01-14 20:39:27
<!doctype?html> <html> <head> <meta?charset="utf-8"> <title>無(wú)標(biāo)題文檔</title> <style?type="text/css"> *{?margin:0;?padding:0} .title{?width:200px;?height:50px;?color:#F90307;?font-size:30px;?margin:0?auto;?padding-top:10px} .btns{?width:150px;?height:50px;?margin:0?auto} .btns?span{width:40px;?height:25px;?line-height:25px;?background:blue;?border:1px?#04052E?solid;?border-radius:5px;?color:#fff;?text-align:center;?font-size:14px;?display:block;?float:left;?cursor:pointer;margin-right:10px} </style> <script?type="text/javascript"> var?data?=?['謝謝參與','蘋(píng)果筆記本','佳能相機(jī)','惠普打印機(jī)','智能手機(jī)','50元充值卡','1000元購(gòu)物券','再抽一次']; var?timer?=?null; var?flag?=?0; window.onload?=?function(){ var?play?=?document.getElementById('play'); var?stop?=?document.getElementById('stop'); play.onclick?=?playFun;????//開(kāi)始抽獎(jiǎng) stop.onclick?=?stopFun;????//停止抽獎(jiǎng) document.onkeyup?=?function(event){????//鍵盤(pán)事件 var?event?=?event?||?window.event; if(event.keyCode?==?13){ playFun(); flag?=?1; }else{ stopFun(); flag?=?0; } } } function?playFun(){ var?that?=?this;?//函數(shù)從哪調(diào)用的,this就是誰(shuí) var?title?=?document.getElementById('title'); var?play?=?document.getElementById('play'); clearInterval(timer); timer?=?setInterval(function(){ var?random?=?Math.floor(Math.random()*data.length); title.innerHTML?=?data[random]; },50); play.style.background?=?'#999'; } function?stopFun(){ clearInterval(timer); var?play?=?document.getElementById('play'); play.style.background?=?'blue'; } </script> </head> <body> <div?id="title"?class="title">開(kāi)始抽獎(jiǎng)了!</div> <div?class="btns"> <span?id="play">開(kāi)始</span> ????<span?id="stop">停止</span> </div> </body> </html>
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 1729 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

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

公眾號(hào)

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