curl如何發起DELETE/PUT請求

curl如何發起DELETE/PUT請求php DELETE:html curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'DELETE'); PUT:app curl_setopt($ch, CURLOPT_PUT, true); GET:curl curl_setopt($ch, CURLOPT_HTTPGET, true); POST:post curl_
相關文章
相關標籤/搜索