.map(position=> Rx.Observable.of(position).delay(2000)) .switch() .subscribe(position=>console.log(position));.
確定! 回上一頁