相關文章:innerHTML
HTML DOM insertRow() 方法 Definition and Usage 定義與用法 The insertRow() method is used to insert a new row in a specified position in a table.Syntax 語法 tableObject.insertRow(index)//索引,增添新行 -------------- -------------------------------------------------- ---------------- Example 舉例
Row1 cell1
Row1 cell2
Row2 cell1
Row2 cell2
Row1 cell1
Row2 cell1
Row2 cell2
//表單內放置控制項 value="Insert new row before the first row">//value為控制項上將會顯示的內容