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
相关文章
相关标签/搜索