标签:log blog 抓取 www 函数 tac content sch 极速
方式有:
<?php $img = file_get_contents(‘http://www.xfcodes.com/ img/baidu_logo.gif‘); file_put_contents(‘1.gif‘,$img); echo ‘<img src="1.gif">‘;
这段抓取远程图片至本地在运行中360极速、火狐、谷歌没有出现错误,可以正常运行。
另外还有:
<?php $pagecontent = file_get_contents(‘http://www.w3cschool.cn/attachments/day_170216/201702162023331045.png‘); echo $pagecontent; ?>
该段代码在360极速浏览器中运行没有出现错误,但是在火狐、谷歌浏览器中出现了“乱码”。
标签:log blog 抓取 www 函数 tac content sch 极速
原文地址:http://www.cnblogs.com/gengyi/p/6492403.html