单项选择题
已知页面中有一个元素id为“xxx”,通过jquery将其删除,书写正确的是()。
A.$("#xxx").clone()
B.delete().$("#xxx")
C.$("#xxx").remove()
D.$("#xxx").empty()
点击查看答案
相关考题
