首页
编程
java
php
前端
首页
编程
java
php
前端
c语言gets不能输入
新标准删掉了gets,改用fgets,
char str[100]
fgets(str,100,stdin);
那这道题怎么写
点击展开全文