extern long GetTickCount();
x = GetTickCount();
wait(1);
y = GetTickCount();
print(y-x);
extern long GetTickCount();
x = GetTickCount();
wait(1);
y = GetTickCount();
print(y-x);
相关文章: