когда мы получаем, что file_get_html () показывает этот вывод. Не полностью загружен сайт нагрузить? мой веб-сайт, который не может загрузить https://shop.advanceautoparts.com/, что мы можем сделать, спасибо.
https://shop.advanceautoparts.com/
include('../simple_html_dom1.php'); $opts = array( 'http'=>array( 'method'=>"GET", 'header'=>"Accept-language: en\r\n" . "User-Agent:USER_AGENT='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36". "Cookie: foo=bar\r\n" ) ); $context = stream_context_create($opts); $html= file_get_html('https://shop.advanceautoparts.com/',FALSE,$context); echo $html; exit;