按照顺序,前一个observable 完成了再订阅下一个observable 并发出值。 import { concat } from 'rxjs/operators'; import { of } from 'rxjs'; // 发出1,2,3 ...
確定! 回上一頁