📜  随机数 javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:47.785000             🧑  作者: Mango

代码示例6
Math.floor(Math.random() * 100);     // returns a 
  random integer from 0 to 99