var testArray = []; test(){ var o = {timestamp: new Date()} testArray.push(o) } var o = Observable .from(testArray) .concatMap( x => { return x; }); ...
確定! 回上一頁