readValue(new File("user.json"), Map.class);; System.out.println(userData);; // 写入JSON数据; userData = new HashMap<String,Object>(); ...
確定! 回上一頁