You can use the clojure. string/split function with a whitespace, as follows, to count the number of words: user=> (defn encode [s] (let [number-of-words ...
確定! 回上一頁