摘要: lateinit 延迟初始化 当遇见非 null 的变量时,可以使用 lateinit 来延迟初始化,从而使得 非 null 可以一开始被声明为 null 阅读全文
posted @ 2020-09-06 18:03 wordl_hello 阅读(265) 评论(0) 推荐(0) 编辑