ColumnGroup 对象表示 HTML <colgroup> 元素。
您可以使用 getElementById() 访问 <colgroup> 元素:
var x = document.createElement("COLGROUP");
Property | Description |
---|---|
span | Sets or returns the value of the span attribute of a column group |
HTML 教程:HTML 表格
HTML 参考:HTML <colgroup> 标签
JavaScript 参考:HTML DOM 列对象
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!