A. getDate() B. getFullYear() C. getMonth() D. gerTime()
A. sort() B. pop() C. join(分隔符) D. concat()
A. push() B. pop() C. shift() D. unshift()
A. document.forms[0].myButton B. document.mainForm.myButton C. document.forms[0].element[0] D. 以上都可以
A. name B. 标记的id C. 标记的name属性 D. 标记名称
A. getDate() B. toString() C. toLocaleString() D. toLocaleDateString()
A. window对象不是所有页面内容的根对象 B. document对象包含location对象和history对象 C. location对象包含history D. document对象包含form对象
A. 111 B. 456 C. 789 D. 123
A. bold() B. fontcolor() C. big() D. italics()
A. window B. screen C. navigator D. location