(Math.random() * 1000) % 7代表什么意思?

问题描述:

(Math.random() * 1000) % 7代表什么意思?

发生个随机数,取前四位,除7后的余数
Math.random()* 1000 % 7