从下至上读取文本文件

时间:2019-02-28 18:18:01

标签: c#

下面是文本文件:

Read:2019/09/24, 12345, abcdefg
Skip this line
Read:2019/09/24, 12345, abcdefg
Skip this line
Read:2019/09/24, 12345, abcdefg
Skip this line 
Read:2019/09/24, 12345, abcdefg
Skip 20 lines 

我正在学习一些用C#读取的棘手文件,在读取文本文件时遇到了问题。我了解如何使用反向功能从底部读取文件。但是我需要读取文件以跳过最后20行,并读取以(,)分隔的其他行。请帮助我了解如何完成此逻辑。

谢谢

1 个答案:

答案 0 :(得分:0)

fig, ax = plt.subplots(1, 1)
ax.contour(Phi, Theta, D)