原 型:char *strcat(char *s1, const char *s2);
头 文 件:string.h
说 明:把s2指向的字符串连接到s1指向的字符串后边。
返 回 值:s1(指向连接后字符串的指针)。
相似函数:strncat