欢迎访问我的个人网站==》 jiashubing.cn
摘要: 不用新建对象,而是用JSONObject 相当于Map类型,重复的key 会覆盖 //序列化JSONObject jsonObject = new JSONObject();jsonObject.put("aa", "12");jsonObject.put("bb", "34");jsonObjec 阅读全文
posted @ 2019-04-23 18:49 贾树丙 阅读(581) 评论(0) 推荐(0) 编辑