用IO流假设你想要的文件放在c盘根目录下,名字是1.txt,你的字节数组是chtry{FileWriter f=new FileWriter("c:\\1.txt"):f.write(ch,0, ch.length)}catch(IOException){system.out.println(e.getMessage());}finally{f.close;}
使用字节流OutputStream(File file)