摘要: //php curl get获取head头部跳转参数 function get_head($sUrl){ $oCurl = curl_init(); // 设置请求头, 有时候需要,有时候不用,看请求网址是否有对应的要求 $header[] = "Content-type: application/x-www-form-urlencoded";... 阅读全文
posted @ 2016-11-26 21:51 网络一闲人 阅读(186) 评论(0) 推荐(0) 编辑