#include<stdio.h>void main(){ char ch; ch=getchar(); printf("%c",ch);}
getchar()函数举例
原文:https://www.cnblogs.com/zhangdemingQ/p/12050792.html