回答

2

這適用於jQuery。 只需使用

tr.appendTo('#otherTable') 

tr.prepend('otherTR') 
相關問題