我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
The HTMLTableElement.summary
property represents the table description.
Syntax
HTMLTableElement.summary = string; var string = HTMLTableElement.summary;
Example
HTMLTableElement.summary = "Usage statistics";
Specification
- W3C DOM 2 HTML Specification