您的位置: 首页 > IT文章 > 实用技巧 > Global.asax取绝对路径的方法 Global.asax取绝对路径的方法 分类: IT文章 • 2022-05-11 16:05:51 在Global.asax文件中取绝对路径的方法: 复制代码 代码如下: string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;