将int 型的123 转换为string型,然后用指针指向它。你是要实现这样?int a=123;String str=a+"";Char *b = str;
输出时候只要以%c就可以了!!!!!!!!!