随笔分类 -  Curl

摘要:get请求 post请求 注:调用后可以通过json_decode来解析返回结果:如: $data= $this->curl_file_post_contents($dataurl, $post_data); $dataarr = json_decode($data, true); 补充: 使用po 阅读全文
posted @ 2018-09-06 15:40 幽篁晓筑 阅读(24464) 评论(0) 推荐(0)