相关文章:innerHTML
HTML DOM insertRow() 方法
Definition and Usage
定义与用法
The insertRow() method is used to insert a new row in a specified position in a table.
insertRow()方法可用来往表格中的指定位置上插入新行
Syntax 语法
tableObject.insertRow(index)//索引,增添新行
--------------------------------------------------------------------------------
Example 举例