I created the following function that should grab all the values up to the nesting level specified. (defn nth-vals* [a i m] (if (and (map? m) (> ...
確定! 回上一頁