#include<stdio.h> main() { char *string[]={"ab",

2024年11月17日 12:38
有1个网友回答
网友(1):

改成printf("%s",string[2]);或printf("%s",&*string[2]);都行。