题目详情
单选题 下面代码实现文件的保存,请补全代码? FileOutputStream fos = new FileOutputStream(path); ( ? ); fos.close(); }
A. fos.writeToFile(txt.getBytes())
B. fos.write(txt.getBytes())
C. fos.saveToFile(txt.getBytes())
D. fos.save(txt.getBytes())

学科:Android程序设计(物联网)
时间:2023-06-03 12:59:50
相关题目
相关作业
