2019年1月22日

摘要: private void button1_Click(object sender, EventArgs e) { var txt1 = "E:\\Temp\\local"; string[] files = Directory.GetFiles(txt1, "*.txt"); foreach (string file in files) { ... 阅读全文
posted @ 2019-01-22 23:28 Orchis 阅读(563) 评论(0) 推荐(0)

导航