PHP Warning: file_get_contents(/data/webroot/usercode/resource/test.txt): failed to open stream: No such file or directory in index.php on line 4
是不是慕课网这章没有这个文件?
代码没毛病qwq。。。。
$filename = '../test.txt'; // 这样写路径 $content = file_get_contents($filename); echo $content;
$filename = ' $content = file_get_contents($filename); echo $content;
你的出错是慕课路径问题。你试试这段代码,读一下百度的首页看看。亲测可用。
有些人修改,有些人删除.可能搞的不在了!