//Result = strncpy(Source, "TESTDestination",2 ); printf("%s %s\n", Destination, Source); Result = strcpy(Destination, Source);
確定! 回上一頁