| 1. | The print ( ) function outputs one or more strings 函数的作用是:输出字符串。 |
| 2. | Method writes the formatted result string to a stream or file (将输出字符串写到流或文件)的实现。 |
| 3. | Otherwise , nothing is stored in that position in the result string 否则,输出字符串中的此位置不存储任何值。 |
| 4. | Methods display the formatted result string to the console , and the (将输出字符串显示到控制台)方法等,也可用于 |
| 5. | Format specifiers are used by various methods that format output strings , such as 各种格式化输出字符串的方法(例如 |
| 6. | The string for output 输出字符串。 |
| 7. | Any other character is copied to the result string , and does not affect formatting 所有其他字符以文本形式复制到输出字符串中它们出现的位置。 |
| 8. | Represents a substitute output string that is emitted when the original input byte sequence cannot be decoded 表示无法对原始输入字节序列解码时发出的替代输出字符串。 |
| 9. | A rule of thumb is that for each character in the input string , allow 12 bytes in the output string 简单的规则是,对于输入字符串中的每个字符,在输出字符串中允许有12字节。 |
| 10. | The result string can be used for further processing , displayed to the system console , or written to a stream 输出字符串可用于进行进一步处理,显示到系统控制台或者写入到流。 |