addRow 方法

TableRowElement addRow()

实现

TableRowElement addRow() {
  return insertRow(-1);
}