我可以使用while循环在Java中执行此操作,但是我似乎无法弄清楚如何在clojure中执行 ... (loop [char (readChar)] (if (= char delimiter) '() (do (some-processing) ...
確定! 回上一頁