这个文章有参考价值:
[url]http://www.oschina.net/question/223750_123703[/url]
我开始是这样写的:
改成这样就可以了:
我的IE是10且启用了兼容性设置。
[url]http://www.oschina.net/question/223750_123703[/url]
我开始是这样写的:
response.setContentType("application/json;charset=UTF-8");
改成这样就可以了:
response.setContentType("text/html;charset=UTF-8");
我的IE是10且启用了兼容性设置。