菜单
Dart
dart:io
FileMode
writeOnlyAppend 常量
writeOnlyAppend
暗色模式
亮色模式
描述
writeOnlyAppend
常量
FileMode
const
writeOnlyAppend
用于打开文件以仅写入其末尾的模式。如果文件不存在,则会创建该文件。
实现
static const writeOnlyAppend = const FileMode._internal(4);
Dart
dart:io
FileMode
writeOnlyAppend 常量
FileMode 类
Cookie 管理控件