博客园站长
这是人类成长进步中记录的每一时刻

 

curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type: application/x-www-form-urlencoded'));

from-data数据的为:
​​​​​​$data = [
'name' => 'aaa',
'sex' => 1
];

x-www-form-urlencoded时的数据则要变为  http_build_query($data);

posted on 2019-11-27 16:08  dm3344  阅读(2411)  评论(0编辑  收藏  举报