在我的应用程序中,我有一个在整个过程中使用的重放主题。在某个时刻,我想获取主题发出的最后一个值,但 const subject = new Rx.ReplaySubject(); subject.next(1); ...
確定! 回上一頁