我想这样做: (-> string (str/split "\s") (modification-1) (modification-2) … (modification-n (str/join "\n")) 但是不,split需要 [s regex] ,join需要 ...
確定! 回上一頁