RxGo.Start(fibonacci(10)).Map(func(x int) int {<!-- --> return 2*x }).Subscribe(func(x int) {<!-- --> fmt.Print(x) })
確定! 回上一頁