摘要: 1.1点击按钮用setinterval显示数字从1到10在到1;function Show() { var i = 0;//设置i的变量 var b = true;//设置状态 var time= setInterval(function () { if (b == true)//当b为true的时... 阅读全文
posted @ 2015-07-22 14:18 CreamKay 阅读(103) 评论(0) 推荐(0)