Loading

摘要: Linux 下 C语言 open() 和 fopen() 区别 fopen() #include <stdio.h> FILE *fopen(const char *path, const char *mode); mode 指定文件的打开模式: r:只读方式打开一个文本文件(该文件必须存在) r+ 阅读全文
posted @ 2021-09-16 10:57 ⭐⭐-fighting⭐⭐ 阅读(384) 评论(0) 推荐(0)