ArrayList <Student> list=new ArrayList<>(); list.add(student1); list.add(student2); String json=JSONValue.toJSONString(list);
確定! 回上一頁