Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
HTMLTableElement.tBodies は読み取り専用のプロパティで、生きた HTMLCollection で <table> の本体を返します。
このプロパティは読み取り専用ですが、返値のオブジェクトは生きており、内部を変更することができます。
返されるコレクションには、暗黙の <tbody> 要素を含みます。例えば、
上記の HTML から生成される HTML DOM には、 HTML ソースにタグが含まれていなくても、 <tbody> 要素が存在しています。
生きた HTMLCollection です。
このスニペットは、表の中の本体の数を数えます。
| HTML # dom-table-tbodies-dev |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2023年7月17日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.