Fork me on github

02 2017 档案

摘要: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-水龙果 阅读(194) 评论(0) 推荐(0) 编辑

Champion-水龙果