如下所示: 复制代码 代码如下: 无标题文档 <BR>function selChange(){<BR> var sel=document.getElementById('sel'); <BR> alert(sel.options[sel.selectedIndex].text);<BR> alert(sel.options[sel.selectedIndex].value);<BR>}<BR>张三 李四 王五