摘要: 这种问题有两种方案方案一:[ValidateInput(false)] public ActionResult Index() { string ss = Request["rec"]; //客户端输入了res= return View(); }方案二:在WebConfig中配置:... 阅读全文
posted @ 2014-10-21 11:20 Brian Dong 阅读(576) 评论(0) 推荐(0)
Top