有人告诉我使用 strlcpy 函数代替 strcpy 像这样 #include <stdio.h> #include <string.h> void main() { char var1[6] = "stuff"; char var2[7] = "world!
確定! 回上一頁