写到文件指针。
语法: int fputs(int fp, string str, int [length]);
返回值: 整数
函数种类: 文件存取
本函数即 fwrite(),只是一个别名。用来将字符串 str 写到文件指针。