摘要:
public void createFile() throws IOException{ File file=new File("c:/myFileTest/test1.doc"); FileOutputStream fos=new FileOutputStream(file);//构建FileOutputStream对象,文件不存在会自动新建 OutputStreamWriter ... 阅读全文
posted @ 2016-08-25 11:42
存钱罐
阅读(239)
评论(0)
推荐(0)
浙公网安备 33010602011771号