如果文件不存在,则会新建一个;如果文件存在,则会覆盖。
当参数append 为 true时,则将字节写入文件末尾处,可以续写文件。
append
true时
字节流
原文:http://www.cnblogs.com/a591378955/p/7858428.html