网页特效代码
skying 发表于 2006-12-14 10:07:00
//重置按钮 btnReset.onclick=function(){ seed=0; } //让秒表跳一格 function tip(){ seed++; txt.value=seed/100; } //-->