要准确获取您指定的返回值,请将其包装在 (vec (apply concat ...)) 中: (vec (apply concat (group-by #(select-keys % [:a :b]) m1))) ; => as in the question ...
確定! 回上一頁