创建一个源文件:fprintf-write-file.c,其代码如下- #include <stdio.h> main() { FILE *fp; fp = fopen("file.txt", "w");//opening file fprintf(fp, ...
確定! 回上一頁