Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 PHP 从“HTTP://127.0.0.1/19/1”之类的 URL 加载 XML,我该怎么做?我尝试了几种方法,但都失败了..所以在这里寻求帮助..谢谢
<?php $x=simplexml_load_file("HTTP://127.0.0.1/19/1"); ?>