A.loadB.loadsC.dumpD.dumps
A.$(A).append(B)表示将A追加到B中B.$(A).after(B)表示将A插入到B以后C.$(A).appendTo(B)表示把A追加到B中D.$(A).insertAfter(B)表示将A插入到B以后