var rowHtml = proTable.rows[curRowsindex].cloneNode(true);//复制一行

 curRow.parentNode.insertBefore(rowHtml); //curRow(行)

相关文章: