args

fun args(vararg args: Any?): Args

创建 Args: args("hello", 42)

Parameters

args

实际要传给目标方法或构造器的参数数组