基于javascript實現(xiàn)簡單的抽獎系統(tǒng)
來源:易賢網(wǎng) 閱讀:873 次 日期:2016-07-15 14:46:06
溫馨提示:易賢網(wǎng)小編為您整理了“基于javascript實現(xiàn)簡單的抽獎系統(tǒng)”,方便廣大網(wǎng)友查閱!

這篇文章主要為大家詳細(xì)介紹了基于javascript實現(xiàn)簡單的抽獎系統(tǒng),具有一定的參考價值,感興趣的小伙伴們可以參考一下

本文實例為大家分享了js實現(xiàn)簡單的抽獎系統(tǒng),供大家參考,具體內(nèi)容如下

<!doctype html>

<html lang="en">

<head>

  <meta charset="gb2312">

  <title>抽獎活動</title>

  <style>

*{

 margin:0;padding:0;

}

#title{

 color:red;text-align:center;margin:0 auto;width:240px;height:70px;padding-top:10px;background:opacity(0);

}

.btns{

 width:190px;height:30px;margin:0px auto;

}

.btns span{

 display:block;float:left;width:80px;height:28px;text-align:center;background:#036;color:#fff;cursor:pointer;border:1px solid #eee;border-radius:8px;font-family:"微軟雅黑";font-size:14px;line-height:28px;margin-right:10px;

}

#txt{

 font-size:14px;color:#ccc999;text-align:center;margin:0 auto;width:190px;height:50px;padding-top:10px;

}

  </style>

  <script>

 var mytype=["iPhone6s","iPad Air2","DELL外星人","鍵鼠套裝","1000元超市購物卡","200元話費充值卡","謝謝參與","品牌耳機(jī)","港澳臺7日游","50元優(yōu)惠券"],//定義獎品池

   timer=null,

   count=0;

//加載時觸發(fā)

 window.onload=function(){

 var start = document.getElementById("start");

 var stop = document.getElementById("stop");

 start.onclick=startFun;//這個函數(shù)后面加括號,就直接調(diào)用了該函數(shù),所以不要加

 stop.onclick=stopFun;

 //綁定鍵盤事件

 document.onkeyup=function(e){

   e = e || window.event;

  if(e.keyCode==13){

    if(count==0){

    startFun();

    count=1;

    }

  else{  

    stopFun();

    count=0;

    }

  }

 }

 }

//點擊開始,標(biāo)題欄開始輪動

 function startFun(){

  clearInterval(timer);//開始時,清除計時器,避免二次觸發(fā)

  var title = document.getElementById("title");

  var start = document.getElementById("start");

  timer = setInterval(function(){

    var num= Math.floor(Math.random()*mytype.length);

    title.innerHTML=mytype[num];

  },50);

  start.style.background="#ccc";

 }

 //點擊停止,標(biāo)題欄停止輪動并輸出輪動結(jié)果

 function stopFun(){

  var start = document.getElementById("start"),

    txt = document.getElementById("txt"),

    title = document.getElementById("title");

  clearInterval(timer);//清除計時器,停止計時器

  start.style.background="#036";

 }

  </script>

<body>

 <div>

 <h2 id="title">開始抽獎!</h2>

 </div>

 <div class="btns">

 <span id="start">開始</span>

 <span id="stop">停止</span>

 </div>

 <div id="txt">支持回車鍵(Enter)開始/停止。</div>

</body>

</html>

效果圖:

名單

更多信息請查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:基于javascript實現(xiàn)簡單的抽獎系統(tǒng)
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機(jī)號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機(jī)站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)