(Math.random() * (9999 - 1000 + 1)) + 1000即(Math.random() * 9000 + 1000 转载于:https://www.cnblogs.com/Yishin/p/6737421.html