![]() |
#2
东海一鱼2010-09-20 00:52
|
3)、struct CELLREC {
char attrib;
union {char text[201];
long value;
struct {long fvalue;
char formula[201];
} f;
} v;
};