code

$.get("/weather_code/",
    {
        city:"上海",
        time:"2019-04-05"
    },
        function(result){
        alert("返回数据: \n" + "reason:"+ result.reason +"\n"+"weather_name:"+ result.weather_name);
    });

 

 

 

 

 

 

 

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2021-05-15
  • 2022-12-23
  • 2021-05-20
  • 2021-08-30
猜你喜欢
  • 2021-07-05
  • 2021-09-29
  • 2022-12-23
  • 2021-11-19
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案