Hashtable car = (Hashtable)session.getAttribute("car");Iterator it = car.keySet().iterator();String name=(String)it.next();输出的时候出现乱码
存入的时候,保证不乱码