发布网友 发布时间:2022-04-19 21:35
共4个回答
热心网友 时间:2023-07-06 06:57
公式 =20+int(rand()*80)
rand函数 语法 :rand() 随机生成随机数 范围>=0<1 。
int 函数 语法 : int(数值) 向下取整函数 。
热心网友 时间:2023-07-06 06:58
公式
=20+int(rand()*80)
rand函数
语法 :rand()
随机生成随机数
范围>=0<1
。
int
函数
语法
:
int(数值)
向下取整函数
。
热心网友 时间:2023-07-06 06:58
很简单啊:20 + RAND(80)热心网友 时间:2023-07-06 06:59
=RAND()*80+20