struct UserInfo
{
char* UserName;
double UserTime;
int UserCount;
};
UserInfo temp[20];如何判断temp结构体数组里有多少成员