A.wrapAll() B.wrap() C.wrapInner() D.insert()
A.insertBefore() B.after() C.remove() D.append()
A.:eq(index)只匹配一個元素,而:nth-child(index)將為每一個符合條件的父元素匹配子元素 B.:eq(index)的index從0開始,而:nth-child(index)的index從1開始 C.:eq(index)的index從1開始,而:nth-child(index)的index從0開始 D.:eq(index)匹配多個元素,而:nth-child(index)將為每一個符合條件的父元素匹配子元素