C 语言标准库<stdio.h> 函数**char *fgets(char *str, int n, FILE *stream)** 从指定的流stream 读取一行,并把它存储在**str** 所指向的字符串内。
確定! 回上一頁