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