***游戏类***速算训练 看看你的心算能力够不够好
把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件要完成此效果把如下代码加入到<body>区域中
<script language="javascript"><!--
function es() {
alert("请先作好准备.")
x=0
var today=new date()
sec=0
for (i=1;i<=5;i++) {
sec=today.getseconds()
rand1 = 31
while ( rand1 > 30 ) {
rand1 = math.random()*sec*100
rand1 = math.ceil(rand1)
}
rand2 = math.random()
if (rand2>0.5) {
mes="加上 ";
mes1=" 到 ";
y=rand1
}
else{
mes=" 减去 " ;
mes1=" 从 ";
y=-rand1
}
x1=x
x=x+y
if (x<0) {
mes="加上 ";
mes1=" 到 ";
x=x1+rand1
}
alert("请把原来结果"+mes+rand1+mes1+". ")
}
alert("请仔细想一下最后的结果.")
alert("最后结果为 "+x+" , 你算对了吗 ?")
}
//-->
</script><form name="f"><input type="button" value="开始啦" onclick="es()">
--------------------------------------
http://www.huoyue.com.cn 活跃网,活跃人群的论坛,访问活跃网,将给您带来意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是年轻人吗?你活跃你就上!
页:
[1]