摘要: (1)WebForm中: HttpContext.Current.Server.MapPath("~/Files/car/"); (2)Mvc中: Server.MapPath() (3)最底层的写法: String path = AppDomain.CurrentDomain.SetupInfor 阅读全文
posted @ 2015-12-01 15:01 黄德根 阅读(13394) 评论(0) 推荐(0)