摘要: // Math.random() // Math.random() 返回 0(包括) 至 1(不包括) 之间的随机数: var zxc=Math.random() console.log(zxc); // Math.random() 与 Math.floor() 一起使用用于返回随机整数。 // 1 阅读全文
posted @ 2022-09-26 19:44 python,菜鸟 阅读(54) 评论(0) 推荐(0)