摘要: 下面是根据XPath教程的一次查询尝试! <script type="text/javascript"> function loadXMLDoc(fileName) { if (window.XMLHttpRequest) { xhttp = new XMLHttpRequest(); } else { //IE5 xhttp = new ActiveXObject("Microsoft.XMLHTTP"); ... 阅读全文
posted @ 2012-05-04 10:28 gzh4455 阅读(279) 评论(0) 推荐(0)