(Math.random() * 1000) % 7代表什么意思?
问题描述:
(Math.random() * 1000) % 7代表什么意思?
答
发生个随机数,取前四位,除7后的余数
Math.random()* 1000 % 7