欢迎来到皮皮网官网

【加密c源码】【p软件源码教程】【陪玩2.0源码】jqgrid源码

时间:2024-11-13 14:48:46 来源:jmeter源码API

1.在js中将Action中响应的源码加密c源码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