A.Document对象用于检查和修改HTML元素和文档中的文本 B.Document对象用于检索浏览器窗口中的HTML文挡的信息 C.Document对象的location属性包含有关当前URL的信息 D.Document对象提供客户最近访问的URL的列表
A. /*This comment has more than one line*/ B. //This comment has more than one line// C. <!--This comment has more than one line-->
A.10 B.20 C.1010 D.页面报错
A.〈input type="text" onClick="alert(this.value)"〉 B.〈input type="text" onChange="alert(this.value)"〉 C.〈input type="text" onChange="alert(text.value)"〉 D.〈input type="text" onClick="alert(value)"〉
A. if (i==5) B. if i=5 then C. if i=5 D. if i==5 then