摘要: 1 // 获取程序的基目录。 2 System.AppDomain.CurrentDomain.BaseDirectory 3 4 5 // 获取模块的完整路径。 6 System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName 阅读全文
posted @ 2016-10-17 14:27 DBing 阅读(32518) 评论(0) 推荐(2)