单项选择题
在jquery中,下列()可以用来判断id为txt_hide的元素不存在。
A.$("#txt_hide").length==0
B.$("#txt_hide").get(0)==0
C.$("#txt_hide").eq(0)==null
D.$("#txt_hide")==null
点击查看答案&解析
相关考题
