for(n = 0; n < Sent.GetSize(); n++)
{
success = WriteFile(m_ComPort, &Sent[n], 1, &numWrite, 0);
for(int m = 0; m < 4; m++)
{;}
}
中的for(int m = 0; m < 4; m++) {;}什么意思啊