App下载

demo_func_simplexml_load_file 在线工具

demo_func_simplexml_load_file 在线工具

<?php
$xml=simplexml_load_file("note.xml");
print_r($xml);
?>
运行结果