正所谓横行竖列,在文本文件中,横向的文字称为行,行与行之间用回车符号分隔;以空格或者制表符分隔的竖向的文字称为列,如下所示(假设阿拉伯数字是文本的内容),1位于第一行第一列,6位于第二行第三列:
第 第 第
一 二 三
列 列 列
第一行: 1 2 3
第二行: 4 5 6
第三行: 7 8 9
……
Last edited by namejm on 2006-9-10 at 10:37 ]
As the saying goes, horizontally and vertically. In a text file, the text in the horizontal direction is called a line, and lines are separated by carriage return symbols; the text in the vertical direction separated by spaces or tabs is called a column, as shown below (assuming that Arabic numerals are the content of the text), 1 is in the first row and first column, and 6 is in the second row and third column:
第 第 第
一 二 三
列 列 列
First line: 1 2 3
Second line: 4 5 6
Third line: 7 8 9
……
Last edited by namejm on 2006-9-10 at 10:37 ]