18. 生成随机数 2023-2-18 18:39 | 99 | 0 | Flutter 17 字 | 几秒读完 生成随机整数 Random().nextInt(5) // 生成0-5的数 生成随机数小数 Random.nextdouble() * 100 // 生成 0-100 的小数