Kotlin 中的作用域函数(Scope Functions)是 let、 run、 with、 apply、 also,它们可以简化对对象的操作,使代码更简洁
let
run
with
apply
also