2015年9月28日
摘要: 一、files1. Context.getFilesDir(),该方法返回/data/data/youPackageName/files的File对象。2. Context.openFileInput()与Context.openFileOutput(),只能读取和写入files下的文件,返回的是F... 阅读全文
posted @ 2015-09-28 18:33 xiaofei01gm 阅读(265) 评论(0) 推荐(0)