我先定义了一个类,有3个成员name、 age、number,实例化一个对象example1,然后将example1加入到一个ArrayList的对象中,请问我如何通过ArrayList的这个对象读取存进去的example1的name成员???