您的浏览器禁用了 JavaScript。
跳过导航链接
Java SE 20 & JDK 20
概述
模块
包
类
使用
树
预览
新的
已弃用
索引
帮助
SEARCH
接口的使用
org.w3c.dom.Comment
使用
Comment
的包
包
描述
org.w3c.dom
为文档对象模型 (DOM) 提供接口。
Comment
在
org.w3c.dom
中的用法
org.w3c.dom
中返回
Comment
的方法
修饰符和类型
方法
描述
Comment
Document.
createComment
(
String
data)
在给定指定字符串的情况下创建一个
Comment
节点。