头文件 : #include <string.h>
函数原型: char *strcat(char *dest, const char *src);
函数说明: 将参数str指向的字符串拷贝到参数dest所指向的字符串尾,dest所指向的内存空间要足够大
返回值 : 返回dest的值