function sum (m,n){ var num = Math.floor(Math.random()*(m - n) + n); alert(num)}sum(1,100);万能 公式,不管多少范围的随机数都可以取到