PHP用curl发送get post put delete patch请求
摘要:function getUrl($url){ $headerArray = array("Content-type:application/json;", "Accept:application/json"); $ch = curl_init(); curl_setopt($ch, CURLOPT_
阅读全文
posted @ 2017-10-27 15:39
posted @ 2017-10-27 15:39