日期:2014-05-17 浏览次数:20674 次
$.ajax({ url:"http://221.130.163.105:8080/clt/weather/getWeatherByCity.msp", type:"get", success:function(json){ alert(json); }, error:function(json){ alert(json); } });