单项选择题
A..charAt() B..split() C..concat() D..substr()
请问在数组的末尾删除需要用到以下哪一个数组对象()A..push()B..unshift()C..shift(...
单项选择题请问在数组的末尾删除需要用到以下哪一个数组对象()
A..push() B..unshift() C..shift() D..pop()
请问在日期对象中,以下哪一个选项的返回值需要+1()A.getDateB.getMonthC.getHours...
单项选择题请问在日期对象中,以下哪一个选项的返回值需要+1()
A.getDate B.getMonth C.getHours D.getSeconds
请问如果需要四舍五入需要用到以下哪一个数字对象()A.Math.absB.Math.floorC.Math.r...
单项选择题请问如果需要四舍五入需要用到以下哪一个数字对象()
A.Math.abs B.Math.floor C.Math.round D.Math.ceil