fopen ()功能:打开一个特定的文件,并把一个流和这个文件相关联头文件:#include<stdio.h>原型: FILE*fopen(const char *path,const char*mode)参数 ...
確定! 回上一頁