直接用select标签的id值获取就可以了比如select标签的 id = 'oSel'jQuery 获取:var value = $("#oSel").val();
$('select').val();
用select元素获取当前选中的值。