createComment method
Creates a Comment node given the specified string.
createComment(data )
Parameters
String data
The data for the node.
Returns
Comment. The new Comment object.
这对您有帮助吗?