JS - 实现XML转JSON数据 使用xml2json.js)

1.到GitHub 主页下载库代码

下载地址:   https://github.com/Kenadc/xml2json.git

JS - 实现XML转JSON数据 使用xml2json.js)_第1张图片

 点击Clone or download下载

2.使用页面上将其引用进来

<script type='text/javascript' src="xml2json.js">script>

3.

 var _db = "
               
                   200
                   
                   1
                   10
                   8
               
";                               

 var x2js = new X2JS();

 var jsonObj = x2js.xml_str2json(_db);

 console.log("===================:"+JSON.stringify(arrBJ))

你可能感兴趣的:(js,js,xml,json)