public ActionResult QueryContent() { if (string.IsNullOrWhiteSpace(Request.Form["AntiCode"])) return Content("未提交参数", "text/plain"); } 相关文章: