摘要: 第一思路 如:现在要从50< 、 =<100内取一个随机数: ran.Next(1,50)生成的是1-50的随机数+50 结束 第二思路 Math.random()的取值范围是: 0<=Math.random()<1 随机小数Math.floor(X) =X的整数位例如Math.floor(6.99 阅读全文
posted @ 2019-02-14 10:14 青竹月印 阅读(28578) 评论(0) 推荐(0) 编辑