2019年10月29日

json导入数据库

摘要: /// /// 显示视图 /// /// public ActionResult AAA() { return View(); } /// /// 显示方法 /// /// [Http... 阅读全文

posted @ 2019-10-29 20:13 王晓静1 阅读(292) 评论(0) 推荐(0) 编辑

XML导入数据库

摘要: @{ Layout = null;} <!DOCTYPE html><script src="~/Scripts/jquery-3.3.1.min.js"></script><script> $(function () { $.ajax({ url: "/Home/XmlShow", dataTyp 阅读全文

posted @ 2019-10-29 09:24 王晓静1 阅读(152) 评论(0) 推荐(0) 编辑

Excel表格导入数据库

摘要: // GET: UploadExcel public ActionResult TestExcel(string filePath) { return View(); } [HttpPost] public ActionResult TestExcel(FormCollection form)... 阅读全文

posted @ 2019-10-29 09:22 王晓静1 阅读(104) 评论(0) 推荐(0) 编辑

导航