c 的占位符

 

%d,int

%ld,long int

%lld,long long 

%hd,short

%c,char

%f,float

%lf,double

%u,unsigned

%x,十六进制输出int,或者long int 或者 short int

%o,八进制输出

%s,字符串

posted @ 2019-06-23 00:17  anobscureretreat  阅读(337)  评论(0编辑  收藏  举报