insertAfterinsertAfter(target) ⇒ self 将集合中的元素插入到指定的目标元素后面。这个有点像 after,但是参数顺序相反。 $('<p>Emphasis mine.</p>').insertAfter('blockquote')