1、简单做法:使用onchange触发页面重新加载,如取得下拉框的值后,重定向网址window.location.href = "?searchtype="+下拉框的值2、用ajax动态刷新用户列表区域,这种方法写起来稍有点麻烦