为什么执行次数是5times而不是4times
欢迎选择我的课程,让我们一起见证您的进步~~
What debugging tool are you using? I changed the map’s closure:
var arr = [1,2,3,4] let mapArr = arr.map({ (i: Int) -> Int in print("a") return i * 2 })
Only 4 'a's are output. My platform is: Swift on Ubuntu.
What debugging tool are you using? I changed the map’s closure:
Only 4 'a's are output.
My platform is: Swift on Ubuntu.