我做了类似......
str = strcpy(str, arg[1]); str = strcat(str, " "); str = strcat(str, arg[2]);
如果我有5个args怎么办?
我该怎么办?
c concatenation
c ×1
concatenation ×1