我想使用condp子句,但我不知道如何捕获任何不匹配的子句。我怎么做? (defn subst[id value W-lang] (let [[type expr][(first W-lang)(rest W-lang)]] (condp = type ...
確定! 回上一頁