CString str;
str.Format("heljrasjfdlsfsdljf");
FILE *fp;
fp = fopen("D:\\1.txt","a+");
fprintf(fp,"%s",str);
fclose(fp);
输出txt
最新推荐文章于 2024-07-05 03:38:09 发布
CString str;
str.Format("heljrasjfdlsfsdljf");
FILE *fp;
fp = fopen("D:\\1.txt","a+");
fprintf(fp,"%s",str);
fclose(fp);
3万+

被折叠的 条评论
为什么被折叠?
