public static String readFile(String path) throws IOException { FileInputStream stream=new FileInputStream(new File(path)); try { FileChannel fc=stream.
確定! 回上一頁