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