追加 常量

FileMode const 追加

以追加模式打开文件进行读取和写入文件末尾的模式。如果文件不存在,则创建文件。

实现

static const append = const FileMode._internal(2);