[clojure.spec.gen.alpha :as gen]))(gen/generate (s/def ::password (s/and string? not-empty))) ;will generate non-empty string.
確定! 回上一頁