08 2015 档案

摘要:view ControllerUser user = client.GetUser(id.ToString());string pwd = client.DecryptPsd(user.U_ID.ToString()); ViewData["u_psd"] = pwd;... 阅读全文
posted @ 2015-08-28 16:02 假面灬兽王 阅读(868) 评论(0) 推荐(0)
摘要:View Controller: /// /// 获取用户列表 /// public ActionResult getUserList() { //判断参数不为空 if (string.IsN... 阅读全文
posted @ 2015-08-12 17:50 假面灬兽王 阅读(245) 评论(0) 推荐(0)