皮皮网

【传奇gom源码】【c2c 商城源码】【html5微信游戏源码】jqgrid源码

时间:2025-01-24 09:24:58 分类:焦点 来源:peercast 源码

1.在js中将Action中响应的源码传奇gom源码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());

copyright © 2016 powered by 皮皮网   sitemap