lambda 的调用有两种方式,一种是通过()来进行调用,另一种是通过invoke()函数进行调用,两种方式没有区别。 fun main(args: Array<String>) { val lambda ...
確定! 回上一頁