摘要: public class User { //省略其它 public String name; public int age; public String emailAddress; } private void testGson() { Gson gson = new Gson(); String 阅读全文
posted @ 2022-08-18 09:28 bonelee 阅读(38) 评论(0) 推荐(0) 编辑