HTMLTableElement: tFoot 屬性
HTMLTableElement.tFoot 屬性表示 <table> 的 <tfoot> 元素。如果不存在這樣的元素,其值將為 null。
值
<tfoot> 元素或 null。
示例
js
if (table.tFoot === my_foot) {
// …
}
規範
| 規範 |
|---|
| HTML # dom-table-tfoot-dev |
瀏覽器相容性
載入中…
另見
- 實現此屬性的介面:
HTMLTableElement。