Path path = Paths.get("input.json"); String str = new String(Files.readAllBytes(path)); Files.write(Paths.get("output ...
確定! 回上一頁