我正在使用PEAR图书馆的HTTP_Request 我想访问https://www.valuecommerce.ne.jp/en/ 但是,当我访问时,此站点需要js。
如何使用HTTP_Request启用js?如果不可能,我还有其他办法吗?
答案 0 :(得分:0)
如果我是对的,则无法通过HTTP_Request启用JS。
你可以试试......
// $html contains the source of the site you request
$html = file_get_contents('https://www.valuecommerce.ne.jp/en/');
...并检查此变量
中是否可以访问您需要的内容