日期:2014-05-16 浏览次数:20412 次
 $.ajax({
                url: "xml.xml",
                dataType: "xml",
                success: function(xml){
                    alert($(xml).find("order").text());//通过节点找
                }
            });
------解决方案--------------------
我用的1.4.2  
你alter出来没有 。
路径正确么 ?
------解决方案--------------------
http://spm.com/htzgpotinfo.asp?11364
跨域了 js读不了 。
这事应该是后台干的 。
------解决方案--------------------
嗯嗯 。
$.ajax() 只能读同域下面的 。
------解决方案--------------------
http://spm.com/htzgpotinfo.asp?11364
这个东西 我还没看到它输出xml。
放在本地是可以的 ,这个你放心 。
------解决方案--------------------
127.0.0.1 。- - 。
你本地的 。 ~~
------解决方案--------------------