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.
我正在尝试使用简单的 HTML DOM。我file_get_html用来获取网站的内容。但是它显示消息:抱歉,Encore 当前不支持您的浏览器。
file_get_html
是那个网站的问题吗?怎么解决?
我不能说,还没有看到这种错误......也许它取决于网页的php版本,但我怀疑这些天有些服务器使用php < 5(嗯,这可能会发生......) . 也许您引用了错误的东西,调试它并查看它显示的内容。
CBroe 是对的,您需要为请求设置用户代理。此时我会考虑切换到 curl 进行下载并使用str_get_html结果。
str_get_html