java IO流(2) 讀取字符串到內存

字節流 /** * 按字節讀取字符串 * 讀完須要轉碼 * @param path * @return */ public static String readerByte(String path){ File file = new File(path); String str = null; Long size = file.length(
相關文章
相關標籤/搜索