首页
编程
java
php
前端
首页
编程
java
php
前端
C语言任意字符串的输入
为什么是while((ch=getchar())!='\n')
而不是while((ch=getchar())!='\0')
回车是'\n',
点击展开全文