c/c++ printf

%d  int

%s  string

%p  point值

%c  char

%lu  long unsigned int

原文地址:https://www.cnblogs.com/little-snake/p/4640481.html