Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将一些基本信息保存在一个文件中,但在 99% 的情况下,我只需要尽可能有效地计算行数。
有没有办法获得行?还是我需要遍历文件?
读取文件并将其视为由 CR/LF 字符分隔的列表。将listLen()是文件中的行数。根据您是否要计算空行数,您可能需要使用该includeEmptyValues选项。
listLen()
includeEmptyValues