相关函数puts 后附新换行符到输出,而 fputs 写入不修改的字符串。 ... #include <stdio.h> int main(void) { int rc = fputs("Hello World", stdout); if (rc == EOF) ...
確定! 回上一頁