1:打开web.config文件,在system.web节点里,添加<httpRuntime requestValidationMode="2.0" />
2:在aspx页面 <%@ Page指令配置里 添加 ValidateRequest="false"