皮皮网
皮皮网

【最新php源码】【打包安卓源码】【通过maven下载源码】jqgrid源码

来源:召唤神龙网页源码修改 发表时间:2024-11-20 19:44:14

1.在js中将Action中响应的源码最新php源码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());

相关栏目:休闲