摘要: //curl post 请求function httpPost($url,$data='',$header=['Content-type:text/json']) { $ch = curl_init(); //初始化curl curl_setopt($ch, CURLOPT_URL, $url);/ 阅读全文
posted @ 2018-03-30 08:34 Good$Luck 阅读(195) 评论(0) 推荐(0)