我试图按如下方法计算Clojure中一个数字的位数:即使对于2位数字, ... user> (take 10 (iterate #(quot % 10) 10923)) (10923 1092 109 10 1 0 0 0 0 0)
確定! 回上一頁