</pre> 我用的数据是来源于和风全球天气(企业),接口是百度提供的,api:<span style="color:rgb(51,51,51); font-family:Helvetica,'Microsoft Yahei',Arial,sans-serif; font-size:13px; line-height:14px">http://apis.baidu.com/heweather/weather/free,获取百度apikey的地址:http://apistore.baidu.com/apiworks/servicedetail/478.html,不多扯了,先上源码:<a target=_blank target="_blank" href="http://download.csdn.net/detail/xtcgch/9549829">源码</a>下载。</span><p></p><p><span style="color:rgb(51,51,51); font-family:Helvetica,'Microsoft Yahei',Arial,sans-serif; font-size:13px; line-height:14px"> 解析json要用到Newtonsoft.Json.dll文件,下载地址:<a target=_blank target="_blank" href="http://download.csdn.net/detail/xtcgch/9549837">源码下载</a></span></p><p><span style="color:rgb(51,51,51); font-family:Helvetica,'Microsoft Yahei',Arial,sans-serif; font-size:13px; line-height:14px"> 要从api获取天气数据,还需要在百度上申请apikey,申请好apikey之后替换getJson.cs文件中这一句代码request.Headers.Add("apikey", "你的apikey");中的“您的apikey”字段,然后请求api的代码和返回数据格式在<a target=_blank target="_blank" href="http://apistore.baidu.com/apiworks/serviced
C#实现天气预报
最新推荐文章于 2020-04-01 18:02:08 发布
这篇博客介绍了如何利用C#编程从HeWeather数据服务3.0接口获取天气信息,并展示了实现后的效果。
摘要由CSDN通过智能技术生成