compactMap { str in Int(str) } // [1, 2, 3, 5] flatMap let users = [User(name: "Archie", scores: [1, 2, 4]), User(name: "ArchieChang", ...
確定! 回上一頁