(defn asort [amap order] (conj {} (select-keys amap order))) (asort {:a 1 :b 2 :c 3} [:c :a] ). 最佳答案. 我可能会将排序向量转换为哈希映射以快速查找排序 ...
確定! 回上一頁