jquery ajax 获取外网数据 (json) 下面写法哪里不对,请大虾指正!!
$(function(){$.ajax({type:"post",url:"http://m.weather.com.cn/data/101010100.html",da...
$(function(){
$.ajax({
type:"post",
url:"http://m.weather.com.cn/data/101010100.html",
dataType:"Json",
success:function(data){
var test = eval(data);
alert(1);
alert(test.weatherinfo[0].city);
}
});
}) 展开
$.ajax({
type:"post",
url:"http://m.weather.com.cn/data/101010100.html",
dataType:"Json",
success:function(data){
var test = eval(data);
alert(1);
alert(test.weatherinfo[0].city);
}
});
}) 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询