ArrayList lists = new ArrayList(); Product有四个成员变量要怎么才能使用它们.就是通过lists使用Product的成员变量.
来源:学生作业帮助网 编辑:作业帮 时间:2024/12/01 05:46:54
x)s,*J,.Q
y
pQ
Mkgs:ΞdǪgN5=E'{?'=ݰٌ/f6"5dli$:If
@]wO~6om:@twظ"bL "P'
OC
&:=ٙ6yvp r5=
ArrayList lists = new ArrayList(); Product有四个成员变量要怎么才能使用它们.就是通过lists使用Product的成员变量.
ArrayList lists = new ArrayList(); Product有四个成员变量要怎么才能使用它们.
就是通过lists使用Product的成员变量.
ArrayList lists = new ArrayList(); Product有四个成员变量要怎么才能使用它们.就是通过lists使用Product的成员变量.
lists 是结果集,通过get()获得product对象通过这个对象使用变量
Product product = (Product)lists.get(i);