在action层返回json数据设置为response.setContentType("text/html")的纳闷 各位大牛指点下

在action层返回json数据设置为response.setContentType("text/html")的疑惑 各位大牛指点下啊
  在action层返回json数据有的人设置为 response.setContentType("text/html")
我看有的人返回json设置为response.setContentType("text/json")
我看有的人返回json设置为response.setContentType("application/json")
前台jsp页面 想返回json数据  在action层到底设置response.setContentType成什么
------解决思路----------------------
输出的是文本,这几个都可以
------解决思路----------------------
好像ie的话返回text/html这样的会把返回结果变成下载东西那样的
这个你随便开个网页就知道了,返回的contentType搜索下也行
好像挺多的类型