char *string = (char*)malloc(sizeof(char)); strcat_s(string, strlen(string) + 10 + 1, "characters"); 上面的代码编译并运行,使我相信内存重新分配正在发生。
確定! 回上一頁