摘要:
function xmlToJson(xml) { // Create the return object var obj = {}; if (xml.nodeType == 1) { // element // do attributes if (xml.attributes.length > 0) { obj["... 阅读全文
posted @ 2017-06-12 21:08
袜子破了
阅读(313)
评论(0)
推荐(0)
浙公网安备 33010602011771号