String content = new String(Files.readAllBytes(Paths.get("1.json")), "UTF-8");
JSONObject jsonObject = JSONObject.parseObject(content);
String content = new String(Files.readAllBytes(Paths.get("1.json")), "UTF-8");
JSONObject jsonObject = JSONObject.parseObject(content);
相关文章: