typedef struct { char name[MAXNAME]; int tag; /*特征位*/ union /*起始地址或串值*/ { char *stradr; char value[4]; } uval; } TNode;