char* strcat(char *dest, char *src);
char *dest String dest
char *src String src
char *dest 字符串dest
char *src 字符串src