HTML DOM createTextNode() 方法Document 对象实例创建一个文本节点:var btn=document.createTextNode(Hello World);输出结果:Hello World尝试一下»HTML元素通常是由 ...
確定! 回上一頁