createTHead版本:DOM1 返回值:有
语法:
oTHead = TABLE . createTHead()
参数:
返回值:
oTHead : 对象(Element)。成功则返回新建 thead 的引用。否则返回 null
说明:
table 中建立一个新的无内容的 thead
假如 table 中没有 thead ,则此方法和将建立空的 thead 对象并添加到表格。假如一个或多个 thead 已经存在,则该方法将仅仅返回对其中第一个 thead 的引用。