select放在form里面form提交的时候会把select当做普通的文本框input处理,在后台直接request.getParameter是可以获取的,你获取不到,要看下你怎么提交至后台的select在没在form域中