开始用IE9测试我的jQuery应用程序.看来我可能会遇到麻烦.

Anyone else facing this issue? Here is a snapshot.enter image description here

推荐答案

Actually, you were right @EricLaw. After setting the content type in the Json result, it worked. I had to add the following lines:

 result.ContentEncoding = System.Text.Encoding.UTF8; 
 result.ContentType = "application/json; charset=UTF-8

Json相关问答推荐

如何在PowerShell中访问嵌套的JSON字段

Jolt变换将字段移动到数组的每个元素中

NiFi QueryRecord处理器- Select 可选的JSON属性

删除 JOLT 中的方括号

go 语言中的 JSON 到 XML

Jolt规范:将嵌套数组中的null元素移除

jq EOF 处的无效数字文字将 json 值更新为 0.0.x

jq 中的整个单词匹配

我无法将来自 API 的数据显示到 FlatList 中,但我在 console.log 中看到了它.问题是什么?

jq搜索特定字符串并输出对应的父值

如何删除 django jsonfield 中的特定项目

N1QL 聚合查询 Couchbase

使用基本身份验证通过 CURL 发布 JSON

什么 Python 框架用于没有前端的 REST/JSON Web 服务?

JSON 语法错误:'unexpected number' 或 'JSON.parse: expected ',' or '}' after property value in object'

没有默认构造函数的杰克逊第 3 方类

使用 JSON.Net 的 C# 到 JSON 序列化

AJAX 将 JavaScript 字符串数组发布到 JsonResult 作为 List 总是返回 Null?

java.lang.BootstrapMethodError:调用站点#4 bootstrap 方法的异常,初始化 retrofit 时

JSON - 是否有任何 XML CDATA 类似功能?