(def hex (map char (concat (char-range \a \f) (char-range \0 \9)))). Demo: user=> (apply str hex) "abcdef0123456789".
確定! 回上一頁