工作以来,到今天看h.264才看到位域.实在是惭愧. [cpp] view plain copy typedef unsigned int uint; typedef struct _node { uint year; uint m:4; uint day:5; uint hour:5; uint miniute:6; uint seconds:6; }node;