亲说说 怎么解决 还是编辑器的原因
#include "stdio.h" #include "string.h" int main() { char a='a'; putch(a); return 0; }