请大虾帮忙,我用C#搞一个组件,使用Server.MapPath(".")语句,编译通不过,请告诉我,需要用using预装什么?
參考答案:System.Web.HttpContext.Current.Server.MapPath(".")
就可以了。
请大虾帮忙,我用C#搞一个组件,使用Server.MapPath(".")语句,编译通不过,请告诉我,需要用using预装什么?
參考答案:System.Web.HttpContext.Current.Server.MapPath(".")
就可以了。