摘要:
/** * 构建 ExtJS Tree 使用的Store * @param prentid * @param jsArr * @return */ public static JSONArray buildStore4ExtTree(int prentid, JSONArray jsArr){ JSONArray retArray = new JSONArray(); for (int i = 0; i < jsArr.size(); i++) { JSONObject obj = jsArr.getJSONObject(i); if(prentid == obj.getIntValue 阅读全文
posted @ 2011-07-07 22:15
标准小兵
阅读(2047)
评论(0)
推荐(0)
浙公网安备 33010602011771号