我正在尝试使用simplehtmldom抓取网站,但这给了我一个空的结果。
这是我的代码:
<?php
include('../simple_html_dom.php');
ini_set("user_agent","Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20100101 Firefox/8.0");
echo $html = file_get_html('https://www.bodybuilding.com/store/opt/whey.html');
?>