php 新浪天气api,xml

您所在的位置:网站首页 企业名录在哪里查询 php 新浪天气api,xml

php 新浪天气api,xml

2024-02-15 03:30| 来源: 网络整理| 查看: 265

调用新浪天气的API(xml格式返回),可以得到xml字符串,可是装载到对象中后却输出不出来,是怎么回事?getWeather();

class Weather

{

private $apiUrl = 'http://php.weather.sina.com.cn/xml.php?city=%B1%B1%BE%A9&password=DJOYnieT8234jlsK&day=0';

public function getWeather()

{

$xml = file_get_contents($this->apiUrl);

$result = simplexml_load_string($xml);

$weather = $result->pollution;//xml中的一个子节点

return $weather;

}

}

?>

回复内容:

调用新浪天气的API(xml格式返回),可以得到xml字符串,可是装载到对象中后却输出不出来,是怎么回事?getWeather();

class Weather

{

private $apiUrl = 'http://php.weather.sina.com.cn/xml.php?city=%B1%B1%BE%A9&password=DJOYnieT8234jlsK&day=0';

public function getWeather()

{

$xml = file_get_contents($this->apiUrl);

$result = simplexml_load_string($xml);

$weather = $result->pollution;//xml中的一个子节点

return $weather;

}

}

?>

$weather = $result->pollution;//xml中的一个子节点

修改为:

$weather = $result->Weather->pollution; 本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉 本文系统来源:php中文网



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3