JSONObject中的put、accumulate和element的区别
JSONObject中的put、accumulate和element的区别
实体类:
public class Student {
private String name;
private int age;
private List<String> firends;
...
}
accumulate操作:添加一个键值对,当在同一个键下accumulate添加多次,会增加...
原创
2018-10-19 15:42:42 ·
5135 阅读 ·
1 评论