https://developer.android.com/topic/libraries/architecture/lifecycle#implementing-lco 文档说Fragments and Activities in Support Library 26.1.0 and later already implement the LifecycleOwner interface.,如果我们可以使用活动或片段的LifecycleOwner来注册LiveData对象,或者让它调用我们的方法,这是非常有用的 @OnLifecycleEvent(Lifecycle.Event.ON_ST