当前位置:Gxlcms > PHP教程 > 一个file_get_contents的有关问题

一个file_get_contents的有关问题

时间:2021-07-01 10:21:17 帮助过:3人阅读

一个file_get_contents的问题
我在写19楼论坛的采集,为什么采集不到呢,谁能帮我看看,首先是用file_get_contents,但是为什么我file_get_contents之后,就是一段乱码,什么意思呀!

$url="http://www.19lou.com/forum-1366-thread-9501352334616489-1-1.html";

$str=file_get_contents($url);

echo $str;

exit;

但是我采集别的论坛,是可以的,是不是19楼做防采集呢

$url="http://www.caomeihui.com/thread-252-1-1.html";

$str=file_get_contents($url);

echo $str;

exit;

------最佳解决方案--------------------
我跟你是一样的结果,确实没辙了
------其他解决方案--------------------
在寻找答案中,
------其他解决方案--------------------
咋不用采集器的呢?
------其他解决方案--------------------
可能是编码不一致导致的。

------其他解决方案--------------------
引用:
我在写19楼论坛的采集,为什么采集不到呢,谁能帮我看看,首先是用file_get_contents,但是为什么我file_get_contents之后,就是一段乱码,什么意思呀!
PHP code12345678$url="http://www.19lou.com/forum-1366-thread-9501352334616489-1-1.html"; $str=fi……



你还能采到啊 为毛我用你的代码直接跳转到错误页面114导航上了 坑爹啊
------其他解决方案--------------------
这能说是乱码吗?




------其他解决方案--------------------
2楼的,人家19楼就是用了这个技术,才让我晕的不行行
------其他解决方案--------------------
引用:
这能说是乱码吗?