利用curl_setopt_array()一次處理. $ch = curl_init(); $options = array(CURLOPT_URL => "http://test.com", CURLOPT_POST => true, ...
確定! 回上一頁