Java第十八天-IO流,其他流

//打印流 FileOutputStream fos = null; try { fos = new FileOutputStream(new File("D:\\IO\\text.txt")); } catch (FileNotFoundException e) { e.printStackTrace(); } PrintStream ps = new PrintStream(fos,tru
相關文章
相關標籤/搜索