摘要: 1.求[a,b]范围内的随机数: (int)(Math.random() * (b - a + 1)) + a; 阅读全文
posted @ 2023-04-08 11:59 LiangXin_Alex 阅读(8) 评论(0) 推荐(0) 编辑