一个小问题while((ch=getchar())!='\0')while((ch=getchar())!='\0') 如何让程序输入0终止‘0’, 0,‘\0’都不可行,[解决办法]
while((ch=getchar())!='0')