如果json参数中存在“"”,json会自动截取双引号后面的字符串,为了让双引号正常显示,在后台.cs文件拼接参数时使用
HttpContext.Current.Server.HtmlEncode(item.AttributeName)
对参数进行html加密,前台不用处理即可正常显示