下面的代码给了我一个 DOMDocument 警告,我想知道为什么。我可以做些什么来修复它,或者不显示这个特定的警告?我在 windows xp 和 iis 上运行 php。
$content = "<html><body><p>'HTTP_REFERER' => 'http://localhost/?table=event_occurrence_person&LB1ID='</p></body></html>";
$dom = new DOMDocument;
$dom->loadHTML($content);
警告:DOMDocument::loadHTML(): htmlParseEntityRef: 期待 ';' 在实体中,行:1 in...