InputStream input = new FileInputStream("c:\\data\\input-text.txt"); int data = input.read(); while(data != -1) ...
確定! 回上一頁