摘要: //第一种 $url = "接口地址"; $data = file_get_contents($url); dump($data); //第二种 $headers = [ 'Content-type: application/json;charset=UTF-8', ] $ch = curl_init(); curl_setopt($ch, CURLOPT... 阅读全文
posted @ 2017-11-27 10:46 mll123 阅读(153) 评论(0) 推荐(0) 编辑