摘要: (1)WebForm中: HttpContext.Current.Server.MapPath("~/Files/car/"); (2)Mvc中: Server.MapPath() (3)最底层的写法: String path = AppDomain.CurrentDomain.SetupInfor 阅读全文
posted @ 2019-03-05 15:38 asp恒心 阅读(374) 评论(0) 推荐(0) 编辑