第二種:將string轉為list後轉為json. Listlist = new ArrayList(); list.add("username"); list.add("age"); list.add("sex"); JSONArray array ...
確定! 回上一頁