我有一个在对象中包含 @sign 的数组。我无法访问它
实际上我正在
将XML 解析为数组print_r
输出如下
[link] => SimpleXMLElement Object
(
[@attributes] => Array
(
[type] => text/html
[href] => http://www.livingsocial.com/cities/1964-klang-valley-kuala-lumpur/deals/393950-2-pax-steamboat-set-2-iced-lemon-tea
[rel] => alternate
)
)
$entry->link-> @attributes ->href
无法访问