摘要: 1 //获取当前程序的启动文件绝对路径,包含文件名,这样修改可执行exe文件的名字后,依然可以重新启动当前程序 2 string currentAppOriginal = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileNa 阅读全文
posted @ 2021-10-14 20:54 Wilson_Zhao 阅读(378) 评论(0) 推荐(0)