1.a statement that expresses a personal opinion or belief;
from time to time she contributed a personal comment on his account
2.a written explanation or criticism or illustration that is added to a book or other textual material;
he wrote an extended comment on the proposal
3.a report (often malicious) about the behavior of other people;
the divorce caused much gossip
1.make or write a comment on;
he commented the paper of his colleague
2.explain or interpret something
3.provide interlinear explanations for words or phrases;
He annotated on what his teacher had written
简介 Comment 对象表示文档中注释节点的内容。 Comment 对象 Comment 对象表示文档中注释节点的内容。 Comment 节点表示 HTML 或 XML 文档中的注释。 使用由 CharacterData 接口继承的 data 属性,或使用由 Node 接口继承的 nodeValue 属性,可以访问注释的内容。(即 <!-- 和 --> 之间的文本)。使用由 CharacterData 接口继承的各种方法可以操作注释的内容。 Comment 对象属性Comment 对象方法