#include <string.h> char *strcpy(char *string1, const char *string2); ... The string arguments to the function should contain a null character (\0) that ...
確定! 回上一頁