- 然后去加上中国代码请求URL:http://m.weather.com.cn/data/101220607.html 就可以获取当地天气。
header("content-type:text/html;charset=utf-8"); $weather = file_get_contents("http://www.weather.com.cn/data/sk/101280601.html"); echo $weather;
开源免费的天气预报接口API以及全国所有地区代码(国家气象局提供)
原文地址:http://blog.csdn.net/phpfenghuo/article/details/46634623