使用file_get_contents和fopen必须空间开启allow_url_fopen。
方法: 编辑php.ini,设置allow_url_fopen =true
On,allow_url_fopen关闭时fopen和file_get_contents都不能打开远程文件。
05-11 11:37