接口的使用
org.w3c.dom.html.HTMLTableSectionElement
使用 HTMLTableSectionElement 的包
-
HTMLTableSectionElement 在 org.w3c.dom.html 中的用法
修饰符和类型方法描述HTMLTableElement.getTFoot()返回表的TFOOT,如果不存在则返回null。HTMLTableElement.getTHead()返回表的THEAD,如果不存在则返回null。org.w3c.dom.html 中的方法,参数类型为 HTMLTableSectionElement修饰符和类型方法描述voidHTMLTableElement.setTFoot(HTMLTableSectionElement tFoot) voidHTMLTableElement.setTHead(HTMLTableSectionElement tHead)