我不明白為什么我會收到而不是正常列表(clojure.core / seq)。 我的密碼 (defn del-list [arg-list lvl] (do (cond (= lvl 1) (remove seq? arg-list) :else (map ...
確定! 回上一頁