String jsonFilePath = "C:/a.json"; File file = new File(jsonFilePath ); String input = FileUtils.readFileToString(file,"UTF-8"); JSONObject obj = new JSONObject(input);
Powered by: 博客园 Copyright © 2024 红与黑hyh Powered by .NET 9.0 on Kubernetes