shirlly 发表于 2013-2-4 19:55:38

根据相对路径获取绝对路径的Server.MapPath所在类

在前台CS中用Server.MapPath用
Server.MapPath(relativePath)
如果在c#文件中就要写全路径才可以

System.Web.HttpContext.Current.Server.MapPath(relativePath)
页: [1]
查看完整版本: 根据相对路径获取绝对路径的Server.MapPath所在类