【码牛源码】【源码转中文】【tvb冲线 源码】jqgrid 源码解析

时间:2025-01-04 06:30:19 编辑:通达信自动交易源码 来源:权限管理模块源码

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());

搜索关键词:qa问答模板源码