call

fun call(methodName: String, vararg args: Any?): Any?

对绑定实例按名称执行实例方法自动匹配调用。

Parameters

methodName

目标方法名

args

传给目标方法的实参