In Clojure, you can mimic this functionality using fnil: (defn add-cd [cds artist] (update-in cds [artist] (fnil inc 0)))
確定! 回上一頁