#define xy 3][5 char b[xy]={{"This "},{"is a "},{"word!"}},n; 替换后的结果: char b[3][5]={{"This "},{"is a "},{"word!"}},n;