迭代. dotimes. dotimes语句对表达式n次求值,返回nil. (dotimes [x 正整数] 表达式). user=> (dotimes [i 2] #_=> (println i)) 0 1 nil ...
確定! 回上一頁