Baseline Widely available
è¡¨ä¸ææè¡ç
HTMLTableElement.rows
åªè¯»å±æ§è¿åè¡¨ä¸ææè¡çä¸ä¸ªæ´»ç HTMLCollection
ãHTMLTableElement.rows
å
æ¬ä¸ä¹ç¸å
³ç<thead>
, <tfoot>
å <tbody>
å
ç´ ã
Although the property is read-only, the returned object is live and allows the modification of its content.
SyntaxHTMLCollectionObject = table.rowsExample
myrows = mytable.rows;
firstRow = mytable.rows[0];
lastRow = mytable.rows[mytable.rows.length - 1];
Specification
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4