10 2017 档案
php curl 上传json数据
摘要:PUT $data = array('username'= 'dog','password'= 'tall'); $data_json = json_encode($data); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl
阅读全文

浙公网安备 33010602011771号