参数说明符 meaning in English
parameter specifier
Examples
- Default parameter specifiers are not permitted
不允许有默认参数说明符 - A runtime exception results if a parameter specifier designates an item outside the bounds of the list of objects
如果参数说明符指定了超出值列表范围的项,将导致运行时异常。 - Multiple format items can refer to the same element in the list of objects by specifying the same parameter specifier
通过指定相同的参数说明符,多个格式项可以引用值列表中的同一个元素。 - The mandatory index component , also called a parameter specifier , is a number starting from 0 that identifies a corresponding item in the list of objects
强制“索引”组件(也叫参数说明符)是一个从0开始的数字,可标识值列表中对应的元素。 - That is , the format item whose parameter specifier is 0 formats the first object in the list , the format item whose parameter specifier is 1 formats the second object in the list , and so on
也就是说,参数说明符为0的格式项格式化列表中的第一个值,参数说明符为1的格式项格式化列表中的第二个值,依次类推。