JavaScript随机数时间:2022-03-03 00:22:13 function random(start,end){ var total=start+end; return Manth.floor(Manth.random()+total-start); }