-1
正在試圖訪問簡單的XML不能以XML訪問屬性
SimpleXMLElement Object
(
[@attributes] => Array
(
[Index] => 21
)
[Data] => Hello world
)
我想訪問索引屬性的屬性。我試着下面的代碼,但它不是 工作對我來說
$xml->attributes()->Index
向其添加'echo' – Ghost
嘗試'echo $ xml-> attributes ['Index'];'' – Edwin