appendToappendTo(target) ⇒ self 将匹配的元素插入到目标元素的内部的末尾。这个有点像 append,但是插入的目标与其相反。 $('<li>new list item</li>').appendTo('ul')