具有可变参数列表的函数(…)。
可以在同一个函数中同时使用命名参数和可变参数,只需要将可变参数的省略号放在命名参数列表之后。
Named and variadic parameters can be used in the same function, simply by placing the variadic ellipsis after the list of named parameters.
使用指定的格式信息将指定的对象和可变长度参数列表的文本表示形式写入标准输出流。
Writes the text representation of the specified objects and variable-length parameter list to the standard output stream using the specified format information.
应用推荐