摘要: 1: public class HomeController : Controller { public ActionResult Index() { ViewBag.pclass = this; // 通过ViewBag把this指针传给视图, return View(); } public st 阅读全文
posted @ 2019-07-23 09:42 枫- 阅读(5112) 评论(0) 推荐(0) 编辑