#include<stdio.h>#include<conio.h>int main(){ char a; a=_getch(); printf("%d",a);
return 0;}运行环境VC按tab键 就行了