【发布时间】:2013-03-14 03:06:05
【问题描述】:
我的文本文件是这样的
mytext.txt
1. This is line one
2. This is line two
3. This is line three
.....
现在我想使用 c# 读取 mytext.txt,然后像这样替换这些行并将其保存到文本文件中。
Number. This is line one
Number. This is line two
Number. This is line three
.....
【问题讨论】:
-
所以您希望我们为您编写所有代码?这不会发生,展示你的努力。
-
我认为它确实发生了:)