111,092
社区成员




int RecCount = 0;
while (true)
{
try
{
OP.SP.Read(ref imbuffer, RecCount, 1);
RecCount++;
if (RecCount > 70)
{
break;
}
}
catch
{
break;
}
}