我们先来定义一个常量整型数组let array = [5, 4, 3, 1, 2]过滤器(filter)使用之筛选出大于3的值let resultArray = array.filter { (item) -> ...
確定! 回上一頁