//啟用時會發送一個常規的POST請求,型別為:application/x-www-form-urlencoded,就像表單提交的一樣。 curl_setopt($ch, CURLOPT_POST, true);
確定! 回上一頁