使用simplehtmldom报废给我空的结果

时间:2018-07-22 19:07:18

标签: php simple-html-dom scrape

我正在尝试使用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');
?>

0 个答案:

没有答案