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_
相关文章
相关标签/搜索