1         public ActionResult A(string title)
2         {
3             return Redirect("B"+((String.IsNullOrEmpty(title))?"":"?title="+title.ToString()));
4         }
5         public ActionResult B(string title)
6         {
7             return View();
8         }
posted on 2016-04-12 18:37  jinzhaoyoujiu  阅读(1515)  评论(0编辑  收藏  举报