js如何循环读取xml文件的节点var source=new ActiveXObject("Msxml2.DOMDocument");   
js如何循环读取xml文件的节点source.async
=false;   
js如何循环读取xml文件的节点source.load(
"xml.xml")   
js如何循环读取xml文件的节点nodes 
= source.documentElement.childNodes;
js如何循环读取xml文件的节点
var ItemN = source.getElementsByTagName("pic");
js如何循环读取xml文件的节点
var j = ItemN.length;//获取item节点个数
js如何循环读取xml文件的节点

js如何循环读取xml文件的节点
var array1=new Array();
js如何循环读取xml文件的节点
var array2=new Array();
js如何循环读取xml文件的节点
var array3=new Array();
js如何循环读取xml文件的节点
for(i=0;i<j;i++)
 

相关文章: