懒加载

属性在第一次使用时才会被加载。

val p : String by lazy{
    val str = "123"
    str
}

results matching ""

    No results matching ""