java文件操作(2)——讀取.txt文件的指定行,並確定該行的字符數

讀取.txt文件的指定行,並確定該行的字符數。 代碼如下: import java.io.*; import java.util.Scanner; public class ReadFile2 { //輸出本行內容及字符數 static void readLineVarFile(String fileName, int lineNumber) throws IOE
相關文章
相關標籤/搜索