字符输出小技巧

xiaoxiao2021-02-28  95

void fun(char *string) { static char str=' '; printf("%c %s",str,string); str=','; }
转载请注明原文地址: https://www.6miu.com/read-22446.html

最新回复(0)