【传奇2002年源码】【智慧电力源码】【前端源码提炼】jqgrid源码

2024-12-26 23:11:45 来源:通达信背离王公式源码 分类:娱乐

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

本文地址:http://8o.net.cn/news/56f048699457.html 欢迎转发