You can try this BufferedReader reader = new BufferedReader(new FileReader(somepath)); reader.readLine(); // this will read the first line String line1=null ...
確定! 回上一頁