PHP attributes() 函数 实例 返回 XML 的 body 元素的属性和值: <?php $note=<<<XML Tove Jani Reminder <body date="2013-01-01" type="private">Don't forget me this weekend!</body> XML; $xml=simplexml_load_string($note); foreach($xml->body[0]->a