// [0, 1)Math.random()// (0, 1](Math.random() - 1) * -1// (0, 1)(Math.random() * -1 + Math.random() + 1) / 2// [0, 1]how to get the expression ?
怎么通過Math.random 取得 [0, 1]中任意數(shù)字?
桃花長相依
2018-11-13 19:35:49