【单选题】You must ______ yourself, or they will continue to bully you, so you will go on living in disgrace.
【单选题】— Will you go shopping tonight? — If you go, ______. [ ]
【单选题】---Will you go to the Great Wall with us? ---If John wants to go, ____.
【单选题】想在js中对一个id为myul的元素进行删除子元素操作可以用下列选项中的哪个方法
A.
document.getElementById("myul").deleteChild
B.
document.getElementById("myul").DelChild
C.
document.getElementById("myul").RemoveChild
D.
document.getElementById("myul").removeChild
【单选题】关于JS中document对象的常用方法,以下说法错误的是哪一个?
A.
getElementById( ) 返回拥有指定id的第一个对象的引用
B.
getElementById( ) 返回拥有指定id的对象的集合
C.
getElementsByName( ) 返回拥有指定名称的对象的集合
D.
write( ) 用于向文档输出文本、HTML表达式或javascript代码
【多选题】以下关于获取元素对象的DOM方法说法正确的有哪些?
A.
document.getElementById()可以获取当前页面中指定id属性值的元素对象。
B.
document.getElementsByTagName()可以获取当前页面中指定标记名称的一组元素对象,该方法返回一个HTMLCollection对象。
C.
document.getElementsByClassName()可以获取当前页面中指定class属性值的一组元素对象,该方法返回一个HTMLCollection对象。
D.
getElementsByTagName()方法只能有document对象来调用,不能由某个已经找到的元素对象来调用。
E.
如果getElementsByClassName()方法没有找到任何元素对象,则返回null。
【单选题】If you refuse to go to the party,____________.
【单选题】以下 document 的方法中,哪个用来通过节点的标识得到元素对象?