难过的吃手手

  博客园  :: 首页  :: 新随笔  ::  :: 订阅 订阅  :: 管理

2022年2月8日

摘要: public ActionResult UpLoad_Excel() { //获取上传的Excel文件 HttpPostedFileBase File = Request.Files["file"]; string message = ""; if (File.ContentLength > 0) 阅读全文
posted @ 2022-02-08 11:35 难过的吃手手 阅读(6) 评论(0) 推荐(0)