随笔分类 -  PHP

摘要:function post($url, $postData = '', $timeout = 5)​{ $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); curl_setopt ($ch, CU... 阅读全文
posted @ 2016-01-13 11:07 bitwolf 阅读(223) 评论(0) 推荐(0)