摘要: string a = "BaseDirectory:" + AppDomain.CurrentDomain.BaseDirectory + "\r\n" + "MainModule:" + Process.GetCurrentProcess().MainModule.FileName + "\r\n" + ... 阅读全文
posted @ 2018-05-29 14:38 会弹猫的吉他 阅读(124) 评论(0) 推荐(0) 编辑