标签:十六进制 har short ble 字符串 输出 bsp sig lld
%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,字符串
标签:十六进制 har short ble 字符串 输出 bsp sig lld
原文地址:https://www.cnblogs.com/sea-stream/p/11071093.html