欢迎您 本站地址:
复制网址
手机查看
切换背景
返回首页
返回编程教学
职场故事
在线工具
外语串烧
网赚项目
枪声音效
旧唐书
蔬菜篇
调味篇
源代码:
html编辑器
颜色值转换
点击运行
<script> xmlDoc=loadXMLDoc("books.xml"); x=xmlDoc.getElementsByTagName("title")[0]; document.write("Child nodes: "); document.write(x.childNodes.length); document.write("<br>"); y=x.childNodes[0]; x.removeChild(y); document.write("Child nodes: "); document.write(x.childNodes.length); </script>
运行结果:
小库提示
扫描下方二维码,访问手机版。
打赏
关闭