首页 > 试题广场 >

下面那个方法不属于JavaScript中的Math对象

[单选题]
下面那个方法不属于JavaScript中的Math对象
  • random()
  • abs()
  • pow()
  • around()
max()最大值 min()最小值 abs()绝对值 random ()0-1的随机数 floor ()向下取舍最接近的整数 ceil () 向上取舍最接近的整数 round() 四舍五入
发表于 2018-08-05 20:29:48 回复(0)
b
a指的是取随机数
c使求次方
发表于 2017-12-08 21:21:55 回复(0)
不是around,应该是round. math还有 floor(下舍入) ceil (上舍入)
发表于 2017-11-29 20:37:35 回复(0)