淡水酒店住宿:insertBefore() 如何使用

来源:百度文库 编辑:中科新闻网 时间:2024/05/15 01:20:47
当要在一个XML节点插入一个节点
比如n,x,y是三个节点
那么 n.insertBefore(x,y);
中n,x,y是什么意思呢?