flatMap(FlattenStrategy.latest)
observe(on: UIScheduler()).startWithResult
切换线程:
observeOn(UIScheduler()) //将next:、error:、completed:等事件执行在主线程/子线程