printf fprintf sprintf

printf("%d",s);

fprintf(fout,"%d",s);

sprintf(buf,"%d",s);

猜你喜欢

转载自blog.csdn.net/zhouzi2018/article/details/80711188