输出格式化 meaning in Chinese
output formattel
Examples
- For output formatting , as shown in listing 3
以用于输出格式化,如清单3所示: - The printf ( ) function outputs a formatted string
函数的作用是:输出格式化字符串。 - The sprintf ( ) function writes a formatted string to a variable
函数的作用是:输出格式化字符串到变量。 - The vsprintf ( ) function writes a formatted string to a variable
函数的作用是:输出格式化字符串到变量。 - The vfprintf ( ) function writes a formatted string to a specified output stream ( example : file or database )
函数的作用是:输出格式化字符串到流(例如:文件或数据库) 。