打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
PHP接口编程——调用第三方接口获取天气

一、根据城市名/id查询天气

二。

三、

四、

实例

<?php//appkey$key='9b1380be63fc20a841c454894651521';$city='杭州';//url$url='http://v.juhe.cn/weather/index?key='.$key.'&cityname='.$city.'&dtype=json&format=2';$res=file_get_contents($url);echo '<pre>';//转化为数组print_r(json_decode($res,true));     

查询结果

Array(    [resultcode] => 200    [reason] => 查询成功    [result] => Array        (            [sk] => Array                (                    [temp] => 31                    [wind_direction] => 西南风                    [wind_strength] => 3级                    [humidity] => 64%                    [time] => 12:36                )            [today] => Array                (                    [temperature] => 25℃~32℃                    [weather] => 小雨                    [weather_id] => Array                        (                            [fa] => 07                            [fb] => 07                        )                    [wind] => 东南风3-5级                    [week] => 星期五                    [city] => 杭州                    [date_y] => 2020年06月26日                    [dressing_index] => 炎热                    [dressing_advice] => 天气炎热,建议着短衫、短裙、短裤、薄型T恤衫等清凉夏季服装。                    [uv_index] => 弱                    [comfort_index] =>                     [wash_index] => 不宜                    [travel_index] => 较不宜                    [exercise_index] => 较不宜                    [drying_index] =>                 )            [future] => Array                (                    [0] => Array                        (                            [temperature] => 25℃~32℃                            [weather] => 小雨                            [weather_id] => Array                                (                                    [fa] => 07                                    [fb] => 07                                )                            [wind] => 东南风3-5级                            [week] => 星期五                            [date] => 20200626                        )                    [1] => Array                        (                            [temperature] => 24℃~28℃                            [weather] => 中雨-大雨转阴                            [weather_id] => Array                                (                                    [fa] => 22                                    [fb] => 02                                )                            [wind] => 西南风4-5级                            [week] => 星期六                            [date] => 20200627                        )                    [2] => Array                        (                            [temperature] => 25℃~30℃                            [weather] => 阴                            [weather_id] => Array                                (                                    [fa] => 02                                    [fb] => 02                                )                            [wind] => 东南风3-5级                            [week] => 星期日                            [date] => 20200628                        )                    [3] => Array                        (                            [temperature] => 24℃~30℃                            [weather] => 中雨-大雨转小雨                            [weather_id] => Array                                (                                    [fa] => 22                                    [fb] => 07                                )                            [wind] => 西南风5-6级                            [week] => 星期一                            [date] => 20200629                        )                    [4] => Array                        (                            [temperature] => 23℃~30℃                            [weather] => 小雨                            [weather_id] => Array                                (                                    [fa] => 07                                    [fb] => 07                                )                            [wind] => 持续无风向微风                            [week] => 星期二                            [date] => 20200630                        )                    [5] => Array                        (                            [temperature] => 24℃~28℃                            [weather] => 中雨-大雨转阴                            [weather_id] => Array                                (                                    [fa] => 22                                    [fb] => 02                                )                            [wind] => 西南风4-5级                            [week] => 星期三                            [date] => 20200701                        )                    [6] => Array                        (                            [temperature] => 24℃~30℃                            [weather] => 中雨-大雨转小雨                            [weather_id] => Array                                (                                    [fa] => 22                                    [fb] => 07                                )                            [wind] => 西南风5-6级                            [week] => 星期四                            [date] => 20200702                        )                )        )    [error_code] => 0)
来源:https://www.icode9.com/content-1-716051.html
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
七牛云存储fetch抓取远程图片PHP版
淘宝 api 调用步骤
php根据键值去重处理
php中curl应用(多线程)
浅析PHP关键词替换的类
php array
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服