数据类型 转换说明
int %d
int八进制显示 %O 或 %#O
int十六进制显示 %X 或 %#X
short int %hd
long int %ld
unsigned int %u
char %c
float double %f
指针地址 %p
size_t %zd