摘要:
1、随机数 90 -100之间的随机数:parseInt(Math.random() * (100 - 90) + 90) 10-20之间的随机数:parseInt(Math.random() * (20 - 10) + 10) 1-10之间的随机数:Math.floor(Math.random() 阅读全文
posted @ 2019-06-12 12:19
abc1234_abc
阅读(920)
评论(0)
推荐(0)
浙公网安备 33010602011771号