#include <stdio.h>
main()
{
int
c;
clrscr();
printf
(
"Press key..."
);
while
( ( c=
getchar
() ) !=
'Q'
)
"key: %c\nvalue: %x"
,c,c );
}
by: 发表于:2018-02-05 10:27:44 顶(0) | 踩(0) 回复
??
by: 发表于:2018-02-05 10:27:44 顶(0) | 踩(0) 回复
??
回复评论