php curl 發送僞造請求

public function curlHtml(){ //防止超時 set_time_limit(0); //要請求的網站的相關參數 $url = "http://www.w3school.com.cn"; /*$data = array( 'id'=>1 );*/ //初始化一個cURL會話
相關文章
相關標籤/搜索