A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/zh-CN/docs/Web/API/HTMLTableElement/rows below:

HTMLTableElement.rows - Web API | MDN

HTMLTableElement.rows

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.

Syntax
HTMLCollectionObject = table.rows
Example
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