81,122
社区成员




问题一:
List1: list<myBean>
myBean : property1 String
property2 String
property3 list<String>
如何把List1的property1 、property2 和property3 里的元素输出?
问题二:
List1 :List<myBean>
myBean : property1 String
property2 String
List2 :List<yourBean>
yourBean:property1 String
property2 String
如何把List1 和list2 嵌套输出?(list1的属性输出完接着输出list2的元素)
解释下关键地方,很多基础都忘了。