kotlin
2022-08-27
2022-08-27
得饶人处且饶人——曹雪芹
kotlin
习惯用法见:https://www.kotlincn.net/docs/reference/idioms.html
这里试试延迟属性:
https://www.kotlincn.net/docs/reference/delegated-properties.html#延迟属性-lazy
1 | val lazyValue: String by lazy { |
运行结果:
1 | computed! |