使用php,我想从几个网站加载XML文件,并希望防止错误,如果我的一个网站关闭。我使用这段代码来访问URL。function get_xml($url){ $xmlDoc->load($url); // This is the line causing如果$url上没有可用的xml,我会收到很多错误消息,比如:警告: DOMDocument::lo
Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Char 0xD860 out of allowed range in Entity,line: 1 in D:\xampp\xampp\htdocs\xampp\similarity\functions.php on line 438Warni