今天在网上找了老半天终于找到了:printf 打印 uint32_t 类型
uint32_t domainId;
printf("\ndomainId=========%lu",(unsigned long)domainId);
转载于:https://www.cnblogs.com/aspirant/p/3651815.html
今天在网上找了老半天终于找到了:printf 打印 uint32_t 类型
uint32_t domainId;
printf("\ndomainId=========%lu",(unsigned long)domainId);
转载于:https://www.cnblogs.com/aspirant/p/3651815.html