我在我的代码中使用了这个来设置Charset,但IE不喜欢它.有什么理由吗?
context.Response.Charset = Encoding.UTF8.ToString();
我最终必须将它设置为context.Response.ContentType ="application/json; charset = utf-8"或context.Response.Charset ="utf-8"; 代替.不知道那是什么Encoding.UTF8.ToString(); 如果IE无法接受它将被用于