ArrayList list = new ArrayList (); list.add("foo"); list.add("baar"); JSONArray jsArray = new JSONArray(list);
確定! 回上一頁