Global.asax取绝对路径的方法
摘要:在Global.asax文件中取绝对路径的方法:复制代码代码如下:stringabsolutelyPath=AppDomain.Curren...
在Global.asax文件中取绝对路径的方法:
复制代码 代码如下:
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;
【Global.asax取绝对路径的方法】相关文章:
★ this connector is disabled错误的解决方法