Ajax 为什么在IE中可以正常运行,而在firefox下就走error了呢??请大神们指点呀.....
<!DOCTYPEhtml><html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb...
<!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=WBixESWBKrsRjGRa4yuTnV5r"></script> <script type="text/javascript" src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script> <script> $(document).ready(function(){ $("button").click(function(){ jQuery.support.cors = true; $.ajax({ url:"http://api.map.baidu.com/location/ip?ak=WBixESWBKrsRjGRa4yuTnV5r&ip=61.143.101.10&coor=bd09ll", type:'get', dataType: "json", success:function(data){ alert("数据:" + data.address ); }, error:function(XMLHttpRequest,textStatus,errorThrown){ alert(XMLHttpRequest.responseText + "====" + errorThrown); } }); }); }); </script></head><body> <button>向页面发送 HTTP GET 请求,然后获得返回的结果</button></body></html>
展开
2个回答
2014-10-22 · 知道合伙人软件行家
yfcp
知道合伙人软件行家
向TA提问 私信TA
知道合伙人软件行家
采纳数:1748
获赞数:5545
有多年网站建设相关工作经验。熟悉ASP、ASP.net、VB、JavaScript、HTML等语言和CSS、Ajax等相关技术。
向TA提问 私信TA
关注
展开全部
一、
应该是Ajax 跨域问题吧。
url:你换成本服务器的页面试试。
二、dataType: "json", 换成 dataType: "jsonp",
json----jsonp
JSON是一种数据交换格式
JSONP非官方跨域数据交互协议
应该是Ajax 跨域问题吧。
url:你换成本服务器的页面试试。
二、dataType: "json", 换成 dataType: "jsonp",
json----jsonp
JSON是一种数据交换格式
JSONP非官方跨域数据交互协议
追问
换成本地的是可以,但是这个功能确实要跨域呀,有办法破么??大神
追答
试试这个方法,我测试成功了:
dataType: "json", 换成 dataType: "jsonp",
json----jsonp
JSON是一种数据交换格式
JSONP非官方跨域数据交互协议
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询