$xml = @new SimpleXmlElement($str);//在前面加@抑止错误。
echo "<pre>";
print_r($xml);
目前看来,这种解决方法比较好。
PHP SimpleXML 函数 相关资料
https://www.jb51.net/w3school/php/php_ref_simplexml.htm
PHP SimpleXML
https://www.jb51.net/w3school/php/php_xml_simplexml.htm
您可能感兴趣的文章: