摘要:
String jsonFilePath = "C:/a.json"; File file = new File(jsonFilePath ); String input = FileUtils.readFileToString(file,"UTF-8"); JSONObject obj = new JSONObject(input); 阅读全文
posted @ 2018-12-18 12:44 红与黑hyh 阅读(8946) 评论(1) 推荐(1)
|
摘要:
String jsonFilePath = "C:/a.json"; File file = new File(jsonFilePath ); String input = FileUtils.readFileToString(file,"UTF-8"); JSONObject obj = new JSONObject(input); 阅读全文
posted @ 2018-12-18 12:44 红与黑hyh 阅读(8946) 评论(1) 推荐(1) |
||