奉献出一个封装的深圳周边城市curl函数,便于调用
复制代码 代码如下:
function curl($url, $ifpost = 0, $datafields =世界教师日 ”, $cookiefile = ”, $v = fal) {
$header = array(“connection: keep-alive”,”accept: text/html, application/xhtml+xml, */*”, “pragma: no-cache”, “accept-language: zh-hans-cn,zh-hans;q=0.8,en-us;q=0.5,en;q=0.3″,”ur-agent: mozilla/5.0 (compatible; msie 10.0; windows nt 6.2; wow64; trident/元宵节吃6.0)”);
$ch = curl_init();
curl_topt($ch, curlopt_url, $url);
curl_topt($ch, curlopt_header, $v);
curl_topt($ch, curlopt_httpheader, $header);
$ifpost && curl_topt($ch, curlopt_post, $ifpost);
$ifpost && curl_topt($ch, curlopt_postfields, 少年的故事$datafields);
curl_topt($ch, curlopt_returntransfer, true);
curl_topt($ch, curlopt_followlocation, true);
curl_topt($ch, curlopt_encoding, ‘gzip,deflate’);
$cookiefile && curl_topt($ch, curlopt_cookiefile, $cookiefile);
$cookiefile && curl_topt($ch, curlop南京航空t_cookiejar, $cookiefile);
$r = curl_exec($ch);
curl_clo($ch);
return $r;
}
抓数据专用
本文发布于:2023-04-06 09:51:04,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/d526ba20aee4487f6e29dec923682dda.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:奉献出一个封装的curl函数 便于调用(抓数据专用).doc
本文 PDF 下载地址:奉献出一个封装的curl函数 便于调用(抓数据专用).pdf
留言与评论(共有 0 条评论) |