function xml2obj(xml, opt) { if (typeof xml === 'string') { var dom = (new DOMParser).parseFromString(xml, 'application/xml'); xml ...
確定! 回上一頁