单项选择题

将删除指定元素的子节点,并返回被删除的节点对象,使用哪个方法()

A.insertBefore方法
B.cloneNode方法
C.appendChild方法
D.removeChild方法