例子, 先定义测试函数, 在真正执行函数前先sleep 1s. (defn make-heavy [f] (fn [& args] (Thread/sleep 1000) (apply f args))).
確定! 回上一頁