报错原因:抓取页面大小超过了600000
解决办法:文件头部找到MAX_FILE_SIZE修改即可
define('MAX_FILE_SIZE', 6000000);
相关资料:https://github.com/samacs/simple_html_dom/blob/master/example/example_basic_selector.php
官方文档:http://simplehtmldom.sourceforge.net/
报错原因:抓取页面大小超过了600000
解决办法:文件头部找到MAX_FILE_SIZE修改即可
define('MAX_FILE_SIZE', 6000000);
相关资料:https://github.com/samacs/simple_html_dom/blob/master/example/example_basic_selector.php
官方文档:http://simplehtmldom.sourceforge.net/