如果想被选元素之后插入 HTML 标记或已有的元素,下面哪个是实现该功能的?
A.append(content)
B.appendTo(content)
C.insertAfter(content)
D.after(content)
正确答案:after(content)
相关答案
热门答案