C#实现 读写txt文件,在显示时可以去除所有标点,不分代码如下,求高人指点!谢谢! using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO;
namespace ReadWriteTxt1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); }