我有文件examle.xml:
Product
--Title
--Title
--Title
Product
--Title
--Title
--Title
我收到这个文件:
<tag>
<tag1>example</tag1>
</tag>
我希望在html上只显示xml树, 结果在HTML网站上:
var xhr = new XMLHttpRequest();
xhr.open('GET', url, true);
var response = xhr.responseXML;