0514-86177077
9:00-17:00(工作日)
方法一:
string sPath = System.IO.Path.GetDirectoryName(Page.Request.PhysicalPath)
方法二:
string sPath = System.Web.HttpContext.Current.Request.MapPath("/")
方法三: string sPath = Page.Server.MapPath("/");
我推荐使用第二种
标签:天门 山西 景德镇 通辽 牡丹江 嘉兴 平凉 泰州
上一篇:服务端拼接json数据格式的正确写法(Append方式)
下一篇:将.aspx转换为.htm的两种方法