SimpleXMLElement Object
(
[@attributes] => Array
(
[TotalAmount] => 4.75
)
)
$services_arr->attributes
返回空
$services_arr->@attributes
返回错误
我的问题是:如何获得总金额4.75
?
SimpleXMLElement Object
(
[@attributes] => Array
(
[TotalAmount] => 4.75
)
)
$services_arr->attributes
返回空
$services_arr->@attributes
返回错误
我的问题是:如何获得总金额4.75
?