单项选择题
A.getMonth()方法能返回Date对象的月份,其值为1~12B.getDay()方法能返回Date对象的一个月中的每一天,其值为1~31C.getTime()方法能返回某一时刻(1970年1月1日)依赖的毫秒数D.getYear()方法只能返回4位年份,长用于获取Date对象的年份
A.charAt()B.toLowerCase()C.toUpperCase()D.indexOf()
A.arr.pop()B.arr.pop(6)C.arr.shift()D.arr.shift(6)