标签:http window ble use php 打开 浏览器 content images
1、将网址在页面上打开可以正常访问,但是用file_get_content请求则访问不到。这个是因为对方挡住了非浏览器访问导致的。需要改下php配置,模拟浏览器访问。
user_agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
PHP------------------------file_get_content获取不到页面信息
标签:http window ble use php 打开 浏览器 content images
原文地址:http://www.cnblogs.com/wamptao/p/7603022.html