jQuery +时钟与时钟天气
有没有一个 jQuery 插件可以输入一个国家并返回当时的时间和天气状态?
Is there a jQuery plugin which would take an input of a country and return my the the time and weather status at that moment?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个小部件做了一个完整的小部件 - 也许您可以修改它以仅作为文本返回(如果您需要的话): http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/
This one does a whole widget - maybe you could modify it to just return as text if that is what you need: http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/
您需要一个网络服务来返回这些数据。
Google 可以提供该信息:
http://www.google.com/ig/api?weather=Buenos%20Aires
但您需要一个服务器端脚本来连接到 Web 服务(如 @billy-moon 的第二个链接中所述)。
You'll need a web service to return those data.
Google can provide that information:
http://www.google.com/ig/api?weather=Buenos%20Aires
but you'll need a server side script to connect to the web service (like explained in the @billy-moon's second link).