用Ajax读取xml文件的简单例子

2019-09-14 07:20:14于海丽

</body>
</html>
//data.xml
<?xml version="1.0" encoding="GB2312" ?>
<root>
  <item>Welcome to the world of AJAX(Asynchronous JavaScript And XML)!</item>
</root>