char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream) //第一个参数为数据存放的数组,第二个参数为最大长度,第三个参数为输入源,我们从键盘读入,参数为stdin。