fprintf meaning in Chinese
把格式化数据写到文件或屏幕
Examples
- The fprintf ( ) function returns the length of the written string
函数将返回书写的字符串长度。 - The fprintf ( ) function writes a formatted string to a specified output stream ( example : file or database )
函数的作用是:输出格式化字符串到流/将格式化后的字符串写到输出流。