Java FileInputStream默認編碼方式

使用如下代碼測試: InputStream is = new FileInputStream(new File("C:\\Users\\Administrator\\Desktop\\test1.txt"));         byte [] bs = new byte[4096];         int len = is.read(bs);         System.out.print(l
相關文章
相關標籤/搜索