read_file(3) MudOS v21c2 (5 Sep 1994) 名称: read_file() - 把一个档案的内容读进一个字串变数里. 语法: string read_file( string file, int start_line, int number_of_lines ); 字串 read_file( 字串 file, 整数 start_line, 整数 number_of_lines ); 用法: 从一个档案中读入几行文字到一个字串中. 第二个和第三个参数 可以选择. 如果只指定 file 的参数, 整个档案都会被读进一个 字串中. start_line 是指定你要从档案的第几行开始读取. 如果你指定 的行数超过档案的尾端或是指定的数字为负数, 则会传回 0. 参考: write_file(3), read_buffer(3) 翻译: Spock @ FF 97.May.24. (printed 3/16/95)