(def nested-structure { :level 0, :nested1 { :level 1, :nested2 { :level 2, :final-data "initial data"}}}) (assoc-in nested-structure ...
確定! 回上一頁