尝试以下解决方法:
$opts = array('http'=>array('header' => "User-Agent:MyAgent/1.0rn"));$context = stream_context_create($opts);$header = file_get_contents('https://www.example.com',false,$context);如果这不起作用,也许您无法阅读https?

尝试以下解决方法:
$opts = array('http'=>array('header' => "User-Agent:MyAgent/1.0rn"));$context = stream_context_create($opts);$header = file_get_contents('https://www.example.com',false,$context);如果这不起作用,也许您无法阅读https?