登录
注册
$fh = fopen("/home/www.php100.com/data/users.txt", "rt"); while (!feof($fh)) echo fgets($fh); fclose($fh); ?>