createComment()方法用于创建具有某些指定文本的注释节点。此属性用于将文本值设置为字符串类型的参数。
句法:
document.createComment( text )
参数:此方法接受可选的单个参数文本。此参数用于保存注释字符串。
例子:
DOM createComment() Method
GeeksForGeeks
DOM createComment() Method
输出:
支持的浏览器: DOM createComment() 方法属性支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器