单项选择题
请问如果需要把字符串转成数组需要用到以下哪一种字符串对象()
A..charAt()
B..split()
C..concat()
D..substr()
点击查看答案&解析
相关考题
-
单项选择题
请问在数组的末尾删除需要用到以下哪一个数组对象()
A..push()
B..unshift()
C..shift()
D..pop() -
单项选择题
请问在日期对象中,以下哪一个选项的返回值需要+1()
A.getDate
B.getMonth
C.getHours
D.getSeconds -
单项选择题
请问如果需要四舍五入需要用到以下哪一个数字对象()
A.Math.abs
B.Math.floor
C.Math.round
D.Math.ceil
