fputs () 函数也是用来显示字符串的,它的原型是: # include stdio.h int fputs(const char *s, FILE *stream); s 代表要输出的字符串的首地址,可以是字符数组名或 ...
確定! 回上一頁