相关考题
-
单项选择题
JavaScript 中可以把字符串分割成字符串数组的方法是()
A.split
B.seperate
C.join
D.concat -
单项选择题
Math 对象用来把数四舍五入为最接近的整数的方法是()
A.Math.ceil()
B.Math.floor()
C.Math.round()
D.Math.exp() -
单项选择题
Math 对象用来进行幂运算的函数是()
A.Math.random()
B.Math.max()
C.Math.power()
D.Math.sqrt()
