利用中国天气预报接口实现简单天气预报_PHP
时间:2021-07-01 10:21:17
帮助过:4人阅读
代码如下:
header("content-type:text/html;charset=utf-8");
$weather = file_get_contents("http://www.weather.com.cn/data/sk/101280601.html");
echo $weather;
?>
代码如下:
天气预报这里是:
城市,
气温是
气温,
风向:
风向,
风力:
风力