随机数。返回 0 <= n < 1 的随机浮点数。
Math.random()
result = Math.random() // 输出:true print result >= 0 && result < 1