Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
首先,是否可以在 Java 应用程序中使用 API?代码示例未列出 Java。
无论如何,我想知道是否可以将 GeoIP 地理定位和 Weather Underground 结合在一个独立的 Java 应用程序中来检索天气数据。
要构造的 URL 如下所示: http://api.wunderground.com/api/[API key here]/conditions/q/CA/San_Francisco.json
http://api.wunderground.com/api/[API key here]/conditions/q/CA/San_Francisco.json
URLConnection
1-是的,您应该能够从Java应用程序中调用它并解析json响应
Java
json
2-您可以在查询中指定国家/城市,如下所示:
http://api.wunderground.com/api/Your_Key/geolookup/conditions/forecast/q/Country/City.json