var rtl=document.getElementById("depFs1");  //获取下拉框对象alert(rtl.options[rtl.selectedIndex].value); //获取被选中的值