有一个产品对象的集合ARRARYLIST
现在知道里面一个对象的一个属性NAME,NAME是唯一的,那么用什么方法找到属性NAME是这个的对象?
Arraylist arr=new Arraylist()
Response.write(arr["Name"] .ToString()) ;试试……