获取项目磁盘绝对路径

string path1 = "文件夹名/".MapPath(); 
或者:
string path2 =  "".MapPath();
//多线程中不能使用此方法,请使用AppSetting.CurrentPath获取项目所在磁盘路径

Last Updated 2025/5/16 03:46:13