kbhit() 非阻塞的响应键盘输入时间 C++函数功能和返回值:检查是否有键盘输入 ,有返回非0 ,无返回0int khbit(void)头文件: #include<conio.h>vc6.0下为 _kbhit()getch()是阻塞的