C 库函数- fopen() C 标准库- <stdio.h> 描述C 库函数FILE *fopen(const char *filename, const char *mode) 使用给定的模式mode 打开filename 所指向的文件。
確定! 回上一頁