对象的List成员添加元素

1、obj.getList().add( t )就可以了,当然set也可以,obj.getList().addAll(list)也可以

原文地址:https://www.cnblogs.com/xingyyy/p/3879686.html