目录前言1. 数据准备2. List转Map(无序-默认)2.1 List转Map<String, User>2.2 List转Map<String, List<User>>3. List转LinkedHashMap(有序)3.1 List转LinkedHashMap<String, User>3.2 List转
Ok I am looking for a solution in mvc2 where i can have tree view generated where after that i can che开发者_运维知识库cked the nodes I want to enter the value in the database. Can anyone point me to