摘要: /* convert xml or string to object 2012.02.24 by Anjey wu*/(function(){ var xmlHelper = {tobject:tobject}; function tobject(x){ x = getType(x) === "xmldocument"? x:toxml(x); var n = x.documentElement; var o = xml2object(n, true); ret... 阅读全文
posted @ 2012-02-24 15:47 Anjey 阅读(571) 评论(0) 推荐(1) 编辑