About ignoring trailing newlines: split-lines is implemented something like: user=> (clojure.string/split s #"\r?\n") ;; To always get all the lines, ...
確定! 回上一頁