2019-07-13 12:31发布 生成海报
void hex_to_string(unsigned int num, char *str) { int i = 0; int n = 0; char tmp; if (num == 0) { str[0] = '0'; str[1] = '