2015-06-14 74 views

回答

7
(apply map vector [[1, "a"], [2, "b"], [3, "c"]]) 

mapv

(apply mapv vector [[1, "a"], [2, "b"], [3, "c"]]) 
相關問題