import { from } from 'rxjs';. const arg = Math.random() > 0.5 ? [3, 2,. 1] : ['Time to learn!']; const source$ = from(arg);.
確定! 回上一頁