.detach()

从 DOM 中移除匹配元素集。

.empty()

从 DOM 中移除匹配元素集的所有子节点。

.remove()

从 DOM 中移除匹配元素集。