2019年10月30日

摘要: public ActionResult AAA() { return View(); } [HttpGet] public string A() { HttpClient client = new HttpClient(); var aaa = client.GetStringAsync("http 阅读全文
posted @ 2019-10-30 15:37 张毛豆 阅读(788) 评论(0) 推荐(0) 编辑
 
摘要: public ActionResult TestExcel(string filePath) { return View(); } /// <summary> /// 根据Excel列类型获取列的值 /// </summary> /// <param name="cell">Excel列</para 阅读全文
posted @ 2019-10-30 15:34 张毛豆 阅读(376) 评论(0) 推荐(0) 编辑