摘要:
function curl_https($url,$data){ $ch = curl_init (); curl_setopt ( $ch, CURLOPT_URL, $url ); curl_setopt ( $ch, CURLOPT_POST, 1 ); curl_setopt ( $ch, CURLOPT_HEADER, 0 ); curl_setopt ( $ch... 阅读全文
posted @ 2017-02-24 10:54
Champion-水龙果
阅读(204)
评论(0)
推荐(0)


浙公网安备 33010602011771号