<?php $file=fopen("1.txt","w"); fpassthru($file); ?> 我使用fopen写模式打开一个文件后 fpassthru就无法读取 而非要改成r 即读模式 这是为什么啊? 为什么呢?