javascript 一条语句实现随机数
alert(Math.round(Math.random()*10000))
我一般用它来防止载入页面有缓存,比如$(‘#yzm’).attr(“src”,”yzm.asp?time=”+Math.round(Math.random()*10000));
js的一些小技巧(一)
javascript 一条语句实现随机数
alert(Math.round(Math.random()*10000))
我一般用它来防止载入页面有缓存,比如$(‘#yzm’).attr(“src”,”yzm.asp?time=”+Math.round(Math.random()*10000));
原文地址:http://ai-2.cn/2010/01/jsff1/
转载请注明出处,非常感谢!