JavaScript random() 方法

Math 对象参考手册 JavaScript Math 对象

实例

返回介于 0(包含) ~ 1(不包含) 之间的一个随机数:

Math.random();

输出结果:

点我分享笔记