日期:2014-05-20 浏览次数:20649 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>双色球号码生成</title> </head> <body> <script type="text/javascript" language="javascript"> function startup(){ document.getElementById("startup").style.visibility = "hidden"; var nums = new Array(6); for(var i = 0;i<6;){ var red = rand(1,32);var hasExist = false; for(var j = 0;j<=i; j++){if(nums[j] - red == 0){ hasExist = true;break;} } if(hasExist){continue;}else{ nums[i] = red; i++;} } nums.sort(sortFun); document.getElementById("resultRed").value = nums; document.getElementById("resultBlue").value = rand(1,16); document.getElementById("startup").style.visibility = "visible"; } function rand(m,n){ return Math.floor( Math.random() * n - m + 1 ) + m ; } function sortFun(a,b){ return a-b;} </script> <input type="button" id="startup" onclick="startup();" value="Start"/> <input type="text" id="resultRed" style="color:#F00; font-weight:600; width:150px;"/> <input type="text" id="resultBlue" style="color:#00F; font-weight:600; width:30px;"/> </body> </html>
alert("恭喜您,获得5.8亿大奖!")
------解决方案--------------------
呵呵,lz好心情
------解决方案--------------------
双色球么。
------解决方案--------------------
很好!! 拿钱来
------解决方案--------------------
呵呵,真的有可能改变命运耶
祝大家好运
------解决方案--------------------
绝对技术贴,顶了 接分~~
------解决方案--------------------
------解决方案--------------------
接分 我天天买 没中过 最多中五块
------解决方案--------------------
传说中的机选号!
------解决方案--------------------
很好很强大 每天点两下
一不小心就大发了 哈哈
------解决方案--------------------
可惜以本人目前的水平还看不懂,继续努力学习......
------解决方案--------------------
努力学习..
------解决方案--------------------
努力学习..
------解决方案--------------------
努力学习..
------解决方案--------------------
[img=http://forum.csdn.net/PointForum/ui/scrip
ts/csdn/Plugin/003/onion/3.gif][/img]
一段可能改变命运的HTML代码
------解决方案--------------------