【金叉源码】【通达信底部主图指标源码】【共享售货机源码 h5】jqgrid 源码解析

来源:im源码启动

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

文章所属分类:时尚频道,点击进入>>