returns a list of results of applying fn to each element of lst. (map reverse '((a b) (c d))) = ((b a) (d c)); (fn [ args ] ...
確定! 回上一頁