单项选择题
jQuery提供了两种方法将一个jQuery对象转换成DOM对象:()。
A.[index]和get(index)
B.get()和set()
C.getAttribute()和setAttribute()
D.隐式转换和强制转换
点击查看答案&解析
相关考题
-
单项选择题
用于获取匹配元素的子元素的集合是()
A.children()
B.next()
C.prev()
D.siblings() -
单项选择题
用于获取匹配元素后面紧邻的同辈元素是()
A.children()
B.next()
C.prev()
D.siblings() -
单项选择题
用于获取匹配元素前紧邻的同辈元素是()
A.children()
B.next()
C.prev()
D.siblings()
