摘要: 1,在Controller中的Action 中将指定值写上。 // // GET: /Home/ public ActionResult Index() { ViewBag.UserId = UserData.SysId; return View(); } ... 阅读全文
posted @ 2013-09-24 17:41 吉桂昕 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: 平时在ASP.NET 中经常这样写, $('#loginOut').click(function() { $.messager.confirm('系统提示', '您确定要退出本次登录吗?', function(r) { if (r) { location.href = '~/Login/LogO... 阅读全文
posted @ 2013-09-24 17:03 吉桂昕 阅读(9281) 评论(1) 推荐(0) 编辑