c#如何通过一个按钮实现打开本地磁盘的文件? 也是在Click中添加代码

2024-12-14 17:52:29
推荐回答(1个)
回答1:

string str = System.IO.File.ReadAllText(@"d:\abc.txt");