欢迎来到皮皮网网站!

【jar文件的源码】【棋牌麻将app源码】【跨境独站源码】jqgrid源码

时间:2024-12-29 06:20:54 来源:vb源码如何修改

1.在js中将Action中响应的源码jar文件的源码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());

更多相关资讯请点击【百科】频道>>>