下列哪种操作方式可以实现在文件末尾追加记录 ,而不能修改已写入数据?
A: Output
B: Append
C: Random
D: Binary
A: Output
B: Append
C: Random
D: Binary
举一反三
- 下列正确的文件访问模式为() A: Input B: Binary C: Random D: Append
- 下列正确的文件访问模式为 A: Binary B: Input C: Random D: Append
- 要打开一个随机文件,在Open语句中应该使用的文件操作方式为____。 A: Output B: Binary C: Input D: Random
- ()方式打开的文件只能读不能写。 A: append B: random C: output D: input
- 在文件的写入方法中,通常有一个StandardOpenOption参数,以下【 】表示在文件末尾追加新数据。 A: APPEND B: CREATE C: READ D: CREATE_NEW