例如:struct Teacher{char name[64];int age;}那我为什么不能再在main函数中写:
Teacher t;
char * s = "abc";
t.name =s;