摘要: public ActionResult Photo() { var list = DBHlper.GetList<PengYouQuan>("select * from PengYouQuan"); return View(list); } @model IEnumerable<_6._15Zuoy 阅读全文
posted @ 2020-06-16 11:22 G蠢蠢 阅读(157) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "Show";} <h2>Show</h2><script src="~/Scripts/jquery-3.3.1.js"></script><link href="~/Content/bootstrap.css" rel="stylesheet" /><spa 阅读全文
posted @ 2020-06-16 11:13 G蠢蠢 阅读(114) 评论(0) 推荐(0) 编辑
摘要: MVC调API的显示跨域 手动引用 建立modeldal层控制器里写连接字符 </appSettings> <system.webServer>里写 <connectionStrings> <add name="con" connectionString="Data Source=.;Initial 阅读全文
posted @ 2020-06-16 11:10 G蠢蠢 阅读(493) 评论(0) 推荐(0) 编辑