ST 一般被称为“Identifier(标签)”(可以省略),不能直接用于定义变量;可以从下面例子看区别,struct ST st;(√)NEW st;(√)ST st;(×)typedef struct {long a;int b;char c[2];}NEW; (√)