php逐行读取文件内容 阅读颜色 选择阅读主题色 自定义 原创 PHP 2017-04-23 脚本小站 $file = fopen("Minot.txt", "r") ; while(!feof($file)) { echo fgets($file); } fclose($file);