单项选择题
A.该事件是元素获取到焦点时触发的事件B.表单验证时使用该事件较为合适C.该事件是元素值发生改变时触发D.该事件页面加载时会顺带执行
A.history.length()方法返回历史列表中的网址数B.history.back()方法加载history 列表中的前一个URLC.history.forward()方法加载history 列表中的下一个URLD.history.go()方法加载history 列表中的某个具体页面
A.new Date()B.new Date(milliseconds)C.new Date(dateString)D.new Date(year,month,day,hour,minutes,seconds,milliseconds)