... d 4, ; e 5, : f 6) The dissoc removes key-value pairs from a map: (dissoc {: a 1, ; b 2, : C 3 : d 4 : C) ; ; => ( : a 1, ; b 2, ; d 4 ) (dissoc {: a 1, ...
確定! 回上一頁