时间:2021-07-01 10:21:17 帮助过:21人阅读
object(SimpleXMLElement)#24 (1) { ["page"]=> array(2) { [0]=> object(SimpleXMLElement)#25 (2) { ["@attributes"]=> array(1) { ["id"]=> string(1) "0" } ["background"]=> object(SimpleXMLElement)#38 (1) { ["@attributes"]=> array(1) { ["color"]=> string(11) "255,255,255" } } } [1]=> object(SimpleXMLElement)#26 (1) { ["@attributes"]=> array(1) { ["preview"]=> string(100) "" } } }}
$elem = simplexml_load_string($xml);var_dump($elem->count());
$elem = simplexml_load_string($xml);var_dump($elem->count());
$elem = simplexml_load_string($xml);var_dump($elem->count());