extern long GetTickCount();
x = GetTickCount();
wait(1);
y = GetTickCount();
print(y-x);
posted on 2006-10-24 10:12 测试者家园 阅读(898) 评论(0) 收藏 举报