驗證網址debut.cis.nctu.edu.tw安全性

Input & Output - 交通大學自動化資訊處理實驗室-AIPLAB@NCTU

ReadFile00.java import java.io.*; public class ReadFile00{ public static void main(String arg[]) throws Exception { // 1.建立 File 物件 File f=new File("c:\\test\\test.txt"); // 2. 讀取 檔案的大小 int size=(int)f.length(); // 3. 建立 FileReader物件,以讀取文字...

網址安全性掃描由 google 提供