濮阳做网站推广的公司,wordpress广告代码在哪里,做网站的要求,南昌企业自助建站这篇文章主要介绍了使用javascript做的一个随机点名程序#xff0c;经测试#xff0c;效果相当不错,需要的朋友可以参考下/phttp://www.w3.org/TR/html4/loose.dtd点名var status 1;var name new Array(范 鹏,张子涵,代天明,孙 季,孙 磊,王鸿罡,曾凡丁…这篇文章主要介绍了使用javascript做的一个随机点名程序经测试效果相当不错,需要的朋友可以参考下/phttp://www.w3.org/TR/html4/loose.dtd点名var status 1;var name new Array(范 鹏,张子涵,代天明,孙 季,孙 磊,王鸿罡,曾凡丁,李 欢,朱 颖,王 莎,郑琳琳,朱振家,金 一,李成龙,苟 超,吴 桐,梁 良,刘 俊);function getname(){return name[Math.floor(Math.random()*name.length)];}function showname(){document.getElementById(name).innerHTML getname();setTimeout(showname,200);}function goname(){intimer setInterval(showname, 200);}function stopname(){if(status 1){clearInterval(intimer);status 0;}else{intimer setInterval(showname, 200);status 1;}}#name{border:1px solid #000;margin:auto;font-size:36px;color:#000000;width:108px;height:1em;cursor:pointer;text-align:center;}