标签: php html simple-html-dom
我有一个html文件在broswer上打开正常,但当我尝试通过file_get_html打开它时,它显示没有找到任何对象。
require_once 'simple_html_dom.php'; $html= file_get_html('opodos.html'); echo $html->plaintext;
如果我错过了与此相关的内容,请指导我,是的,我在localhost中使用此内容。