A. window.history属性是指有关客户访问过的URL信息 B. window.confirm( )方法显示一个带有提示信息和确认按钮的警示框 C. window.location="a.html"和window.location.href="a.html"的作用都是读取并显示a.html内容 D. window.reload( )方法可以用来刷新当前页面
A. getMonth( )方法能返回Date对象的月份,其值为1~12 B. getDay( )方法能返回Date对象的一个月中的每一天,其值为1~31 C. getTime( )方法能返回某一时刻(1970年1月1日)依赖的毫秒数 D. getYear( )方法只能返回4位年份,长用于获取Date对象的年份