摘要: let min = 10; let max = 30; let res = Math.floor(min + Math.random()*(max - min)) console.log(res); 阅读全文
posted @ 2023-02-13 16:42 黑白棋学弟 阅读(19) 评论(0) 推荐(0) 编辑