摘要:
1 1. FileStream.Write 2 3 string filePath = Directory.GetCurrentDirectory() + "\\" + Process.GetCurrentProcess().ProcessName + ".txt"; 4 if (File.Exists(filePath)) 5 File.Delete(filePath); 6... 阅读全文
posted @ 2019-03-26 16:28
帅胡
阅读(46262)
评论(0)
推荐(2)