stdin 是C语言中标准输入流,一般用于获取键盘输入到缓冲区里的东西。 访问stdin,可用stdio.h中提供的以下几个函数: scanf、getchar来从stdin流中获取 ...
確定! 回上一頁