首页
未来题库
→
标签
→
openFileOutput
openFileOutput
1.
Android平台中,Context.openFileOutput()方法返回值类型为()。
2.
保存QQ账号和登录密码到data.txt文件中的代码为FileOutputStreamfos=context.openFileOutput("data.txt",Context.MODE_PRIVATE);fos.wri