将下边代码加入PHP$url = httpavhostgaypcphp;$ch = curl_init;curl_setopt$ch CURLOPT_URL $url;curl_setopt$ch CURLOPT_RETURNTRANSFER 1;$response = curl_exec$ch;curl_close$ch;headerLocation $response;exit;
原文地址: https://www.cveoy.top/t/topic/cEdj 著作权归作者所有。请勿转载和采集!