 |
 |
 |
Python库参考手册(Python Library Reference) |
 |
 |
7.2.2.9 Comment Objects
Comment represents a comment in the XML document. It is a
subclass of Node, but cannot have child nodes.
- data
-
The content of the comment as a string. The attribute contains all
characters between the leading
<!-
-
and trailing
-
->
, but does not include them.
 |
 |
 |
Python库参考手册(Python Library Reference) |
 |
 |
版本 2.3.3, 文件最后更新时间 译文最后修改: 三月 22, 2004.