时间:2012-10-01 18:44:39
{ FILE *f;
f=fopen("filea.txt","w");
fprintf(f,"abc");
fclose(f);
}
若文本文件filea.txt中原有内容为:hello,则运行以
电脑版 | 手机版 | 返回顶部