会撒娇面包

文章
4
资源
0
加入时间
2年10月21天

[php]通过http post发送json数据

function http_post_data($url, $data_string) { $ch = curl_init(); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POSTF