$.ajax.html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <link rel="shortcut icon" type="image/x-icon" href="img/timg.ico" />
        <title>查询天气</title>
        <script src="js/jquery-1.11.0.js" type="text/javascript" charset="utf-8"></script>
    </head>
    <body>
        <input type="text" name="uesrname" id="uesrname" value="" />
        <button>查询天气</button>
        <h1></h1>
        <!--key=ba257a360de141ce8d0f1a4a1bf2e3b-->
        <script type="text/javascript">
            $('button').click(function(){
                var city=$('#uesrname').val()
//                $.get('https://free-api.heweather.com/s6/weather/now?location='+city+"&key=091902a7ef8a4327b7d3f677af3c123f",function(res){
//                    console.log(res)
//                    $('h1').html(res.HeWeather6[0].now.tmp)
//                })
//$.ajax({
//    type:"get",
//    url:'https://free-api.heweather.com/s6/weather/now?location='+city+'&key=091902a7ef8a4327b7d3f677af3c123f',
//    async:true,
//    complete:function(res){
//        console.log(res.responseJSON)
//    }
//    });
//})
            
            
            $.ajax({
                type:"get",
                url:"https://free-api.heweather.com/s6/weather/now?location="+city+"&key=091902a7ef8a4327b7d3f677af3c123f",
                async:true,
                complete:function(res){
                    console.log(res)
                }
            });
            })
        </script>
    </body>
</html>

 

转载于:https://www.cnblogs.com/wwthuanyu/p/10555064.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值