摘要: public ActionResult GetFile(string id) { var path = _db.MailAtchs.Where(p => p.MailID == new Guid(id)).Select(p => p.Path); //获取文件名字 ArrayList n = new Arr... 阅读全文
posted @ 2016-10-18 16:19 玉天恒 阅读(6418) 评论(0) 推荐(0)