Use the juxt function to generate a sequence of pairs, and then toss them into a map: (into {} (map (juxt :id :request-count) data)).
確定! 回上一頁