文章目录 1.let 2.also 3.with 4.run 5.apply 6.总结对比 1.let 仅当调用对象不为 null 时执行 name?.let { println("name: $it") it.fun1() // 不需要: 判空 或 ?. it.fun2<