摘要: string rootPath = ""; string BaseDirectoryPath = AppDomain.CurrentDomain.BaseDirectory; rootPath = BaseDirectoryPath.Substring(0, BaseDirectoryPath.LastIndexOf("\\")); rootPath = rootPath.Substring(0... 阅读全文
posted @ 2019-07-25 22:23 dafengchui 阅读(192) 评论(0) 推荐(0)