strcpy 正確用法. #include <stdio.h> #include <string.h> int main() { const char *source = "test"; char destination[5]; strcpy(destination, ...
確定! 回上一頁