这篇文章主要介绍了利用中国天气预报接口实现简单天气预报的示例,大家参考使用吧 复制代码 代码如下:$weather = file_get_contents("http://www.weather.com.cn/data/sk/101280601.html");echo $weather;?> 复制代码 代码如下: