当从数据库中读取的数据绑定到dropdownlist时,只能用selecteitem.text再将这些数据取出来,因为数据库绑定到dropdownlist的过程中,只绑定了text,而没有绑定value。