摘要: #include #include #include int main(){ char c; while (true) { if (_kbhit())//判断是否有键盘按下 { c = getchar(); p... 阅读全文
posted @ 2016-01-06 17:13 qijinbiao1 阅读(1084) 评论(0) 推荐(0) 编辑