curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query(array("abc"=>"123", "def"=>"456")));. $output = curl_exec($ch);. curl_close($ch);.
確定! 回上一頁