越努力越幸运!!!
What is the difference between the detach() and remove() methods in jQuery? - PHP Chinese website Q&A - What is the difference between the detach() and remove() methods in jQuery? - PHP Chinese website Q&A
Take a look around and learn .
尽管 detach() 和 remove() 方法都被用来移除一个DOM元素, 两者之间的主要不同在于 detach() 会保持对过去被解除元素的跟踪, 因此它可以被取消解除, 而 remove() 方法则会保持过去被移除对象的引用. 你也还可以看看 用来向DOM中添加元素的 appendTo() 方法.
What is the difference between the detach() and remove() methods in jQuery? - PHP Chinese website Q&A - What is the difference between the detach() and remove() methods in jQuery? - PHP Chinese website Q&A
Take a look around and learn .
尽管 detach() 和 remove() 方法都被用来移除一个DOM元素, 两者之间的主要不同在于 detach() 会保持对过去被解除元素的跟踪, 因此它可以被取消解除, 而 remove() 方法则会保持过去被移除对象的引用. 你也还可以看看 用来向DOM中添加元素的 appendTo() 方法.