已经把我的代码修改的和答案一样了,为什么还是提示不对?
$filename = '/data/webroot/usercode/resource/test.txt';
//编写代码读取$filename的文件内容
$content = file_get_contents($filename);
echo $content;
>>>请检查输出是否等于:this is a test file.,再试试!直接进入下一节
$filename = '/data/webroot/usercode/resource/test.txt';
//编写代码读取$filename的文件内容
$content = file_get_contents($filename);
echo $content;
>>>请检查输出是否等于:this is a test file.,再试试!直接进入下一节
2015-12-12
举报