$file_read = "1003131日0.csv";
echo $file_read."<br>";
$fc = file_get_contents($file_read);
echo $fc;
为什么在有些电脑,老是出现failed to open stream: Invalid argument的错误,而有些电脑上却可以读出文件的内容。出现错误是什么原因造成的