原 型:char *strcpy(char *s1, const char *s2);
头 文 件:string.h
说 明:把s2指向的字符串复制到s1所指向的数组中。
返 回 值:s1(指向目的的指针)。
相似函数:memcpy、memmove、strncpy