语法 char *strcpy( char *to, const char *from ); 实例 #include <string.h> char buff[n]; strcpy(sendbuf, “This is string.” );