标签:
var rand=Math.floor(Math.random()*(n+1))
floor 向下取整
random 获得0-1之间的随机数
javascript 获取随机数
原文地址:http://www.cnblogs.com/tl542475736/p/4248707.html