Use destructuring without :keys : (let [{my-response :response} {:response 1}] (println my-response)). {:keys [response]} is syntactic sugar ...
確定! 回上一頁