IOException; public class FileExample2 { public static void main(String[] args) { try (FileReader reader = new FileReader("filename.txt"); ...
確定! 回上一頁