JavaScript學習(五)

一、Table對象 rows屬性 描述:返回表格的tr對象組成的集合 語法:collection object.rows rowIndex 描述:獲取行對象的索引數 語法:int object.rowIndex insertRow() 描述:插入行 語法:rowElement object.insertRow(index) 說明:index爲新行的索引值,其編號從0開始。 deleteRow()
相關文章
相關標籤/搜索