问我无法得到strcat工作。我试过
char *s1 = "Hello, "; char *s2 = "world!"; char *s3 = strcat(s1, s2);
答参见问题 7.2。
由 托管