js 获取select option中的值或者value值

2021-03-29 13:27

阅读:493

YPE html>





无标题文档



   
   
   



    function cge(){
        var sel=document.getElementById(‘sel‘);
                var sid=sel.selectedIndex;
        alert(‘value值:‘+sel[sid].value+‘,option值:‘+sel[sid].innerHTML);
    }


评论


亲,登录后才可以留言!