1.ç¼å getch
ç¼å getch
int myGetCh(void)
{
char c = 0;
fflush(stdin);
fread(&c,现源java 集合 源码剖析sizeof(c),1,stdin);
return c;
}