终止的诀窍就是:ctrl+z,ctrl+z,ctrl+z!!! 在VS2013中输入如下C++代码:功能是统计用户输入的字符个数 #include<iostream> using namespace std; int main(){ char ch; unsigned num=0; cout <<