Files; import java.nio.file.Path; String result = Files.readString(Path.of("filePath")); //To Write string to a file you can use String ...
確定! 回上一頁