http://api.tocus.com.cn/weather2.php?send=北京
显示结果为
{"city":"北京","weather":"晴~阴","temp1":"26℃","temp2":"11℃"}
你可以参考下,天气api接口
http://www.tocus.com.cn/?send=article_show&id=105&class=2
直接使用插件,如
<iframe width="214" scrolling="no" height="54" frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=42&icon=1&num=3"></iframe>
效果如下
这个插件来源是http://www.tianqi.com/plugin/
那你要去找一个有提供天气预报接口的网站。一般这种接口会返回一些值,通过这些值来判断今天是下雨还是晴天。(当然这是区域性的)。然后你再根据这些值判断要调用哪一个js。如果有这样的接口,你还可以做到不同地区的人进入网站会根据他们地区的天气来调用js.