摘要: // https://qa.1r1g.com/sf/ask/2876734311/ // 有一种标准模式可以在一个范围内生成随机值:Min + (int)(Math.random() * ((Max - Min) + 1)) @function randomNum($min, $max) { $ra 阅读全文
posted @ 2022-05-24 09:51 贝尔塔猫 阅读(316) 评论(0) 推荐(0)