user=> (def fruit ["apple" "banana" "cherry"]) #'user/fruit ; 不使用separator user=> (clojure.string/join fruit) "applebananacherry" ; 使用", ...
確定! 回上一頁