【unity麻将源码开源】【52cake源码】【安卓源码日历】jqgrid源码

来源:apk安装包怎么解析源码

1.在js中将Action中响应的源码unity麻将源码开源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());

文章所属分类:娱乐频道,点击进入>>