curl 设置指定hostname来访问某个ip 发表于2018/07/25由zjpro curl_setopt($ch, CURLOPT_URL,”http://IP/……..”); curl_setopt($ch,CURLOPT_HTTPHEADER,array(‘Host: 域名’));