callStatic

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

对绑定类按名称执行静态方法自动匹配调用。

Parameters

methodName

目标静态方法名

args

传给目标方法的实参