insertBeforeinsertBefore(target) ⇒ self 将集合中的元素插入到指定的目标元素前面。这个有点 像 before,但是参数顺序相反。 $('<p>See the following table:</p>').insertBefore('table')