皮皮网

【哪里有溯源码燕窝订做】【wangle 源码分析】【datauml design 源码】jqgrid源码

来源:测速小程序源码 时间:2024-12-26 14:17:04

1.在js中将Action中响应的源码哪里有溯源码燕窝订做List转换为json格式该如何做?

jqgrid源码

在js中将Action中响应的List转换为json格式该如何做?

       List li=UserDAO.list();

        JSONArray array = JSONArray.fromObject(li);

        JSONObject object=new JSONObject();

        try {

        object.accumulate("list", li);

        } catch (JSONException e) {

        // TODO Auto-generated catch block

        e.printStackTrace();

        }

        //array.add(object);

        response.getWriter().write(array.toString());