摘要: 第七天 //01Math对象随机数 <script> // 1.Math对象随机数方法 random() 返回一个随机的小数 0 =< x < 1 // 2. 这个方法里面不跟参数 // 3. 代码验证 console.log(Math.random()); // 随机整数 min<= x <= m 阅读全文
posted @ 2022-05-29 12:04 strugglezlbstruggle 阅读(32) 评论(0) 推荐(0)