摘要: 1.List转JSONArray List<T> list = new ArrayList<T>(); JSONArray array= JSONArray.parseArray(JSON.toJSONString(list)); 2.JSONArray转List JSONArray array = 阅读全文
posted @ 2020-03-11 15:31 aspirant 阅读(3775) 评论(0) 推荐(0) 编辑