主要的区别是 appendChild 是DOM方法, append 是jQuery方法。 append: function() { return this.domManip(arguments, true, function( elem ) { if ...
確定! 回上一頁