首页
编程
java
php
前端
首页
编程
java
php
前端
这个程序怎么结束,输入什么结束?
char c;
while((c=getchar())!=EOF)
putchar(c);
在键盘上按CTRL+Z即可结束输入
ctrl+c
点击展开全文