你想测试它是否为空,不是 nil ,可以使用 seq 或 empty? (以及其他方式)完成: (is (not (empty? (:meat response)))) ; Or, the arguably more idiomatic way (is ...
確定! 回上一頁