生成四位随机数的方法

(Math.random() * (9999 - 1000 + 1)) + 1000
即(Math.random() * 9000 + 1000
posted @ 2017-04-20 10:34  Yishin  阅读(2878)  评论(0编辑  收藏  举报