遍历map中的内容时间:2021-10-20 19:45:46Map<String, CartItem> cartItems = cart.getCartItems();for(Map.Entry<String, CartItem> entry:cartItems.entrySet()) { }