android 在xml末尾插入

android如果要在写xml的时候,是在文件的末尾插入的话,只要fos = new FileOutputStream(file, true);这样子就可以,加上true就是插入了,没有true就是重新写入.

posted on 2015-03-06 09:38  hope1900  阅读(148)  评论(0)    收藏  举报

导航