App下载

demo_simplexml 在线工具

demo_simplexml 在线工具

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