时间:2021-07-01 10:21:17 帮助过:21人阅读
1、你是怎么抓的
2、给出真实地址
1、你是怎么抓的
2、给出真实地址
既如此,你就自己慢慢弄吧
根据content-type,判断图片后缀名,保存之
访问图片地址,看看header返回是什么。
其实图片与乱码没什么关系的。
$file = file_get_contents('http://xxx.xxx.com/xxx.php?x=00001');
file_put_contents('test.jpg',$file,true);
看看生成什么东西。
访问图片地址,看看header返回是什么。
其实图片与乱码没什么关系的。
$file = file_get_contents('http://xxx.xxx.com/xxx.php?x=00001');
file_put_contents('test.jpg',$file,true);
看看生成什么东西。