讀取文件

public static String readTxtFile(String filePath){ StringBuffer sb=new StringBuffer();         try {                 String encoding="GBK";                 File file=new File(filePath);              
相關文章
相關標籤/搜索