一、 错误代码示范 先贴错误代码(Demo): typedef struct { int nValue1; int nValue2; int nValue3; std::vector<int> vValue; }T_DemoStruct; T_DemoStruct t_DemoStuc; memset(&t_DemoStuc, 0, sizeof(t_DemoStuc));