怎么把strtus2返回的json数据没有转换成json对象
1个回答
展开全部
JSONArray.fromObject()这个是把list转换成json
<result type="json"></result>加不加这个东西应是情况而定,你写的这个代码应该不用加
下面这种情况就要加<package name="ajaxjson" extends="json-default">和<result type="json">
public String findall() throws Exception{
List newsTypeList=newsService.findalltype();
JSONArray json=JSONArray.fromObject(newsTypeList);
result=json.toString();
return SUCCESS;
}
<result type="json"></result>加不加这个东西应是情况而定,你写的这个代码应该不用加
下面这种情况就要加<package name="ajaxjson" extends="json-default">和<result type="json">
public String findall() throws Exception{
List newsTypeList=newsService.findalltype();
JSONArray json=JSONArray.fromObject(newsTypeList);
result=json.toString();
return SUCCESS;
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询