就是我写上传文件百度参考代码时,出现了一句代码写不出,Path报错,是我缺少什么引用吗?
public ActionResult CreateExchange(string Submit) { HttpPostedFileBase file = Request.Files["t_file"]; if (file != null) { string filPath = Path.Combine(); } return View(); }
添加引用 using System.IO;
亲,你简直不要太棒,么么哒
@你猜丶: 么么