📜  HTML | DOM 表 tBodies 集合

📅  最后修改于: 2021-11-09 09:05:06             🧑  作者: Mango

Table tBodies 集合用于返回表中所有 元素的集合。 元素的顺序与它们在源代码中的位置相同。

句法

tableObject.tBodies

特性

  • length :用于返回集合中 元素的数量。

方法

  • [index] :用于从具有指定索引的集合中返回 元素。
  • item(index) :它还用于从具有指定索引的集合中返回 元素。
  • namedItem(id) :它还用于从具有指定 id 的集合中返回 元素。

下面的程序说明了表行集合:
示例:找出表元素的数量。



  

    Table tBodies Collection in HTML
  
    

  

  
    

GeeksforGeeks

    

Table tBodies Collection

       

To return the number of         elements in the table,        double-click the "Return body" button.

                                                                                                                                                                                                                                                               
Courses by Geeksforgeeks
JavaFork Java
PythonFork Python
PlacementsSudo Placement
    
               

             

输出:

点击按钮前:

点击按钮后:

支持的浏览器:

  • 苹果Safari
  • IE浏览器
  • 火狐
  • 谷歌浏览器
  • 歌剧