Furthermore, you can extend this example to a sequence of numbers Stream(1, 2, 3, 4, 5).subscribe ( val => { console.log(val); } ); //-> 1 23 5 4 or even ...
確定! 回上一頁