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);
}
下一篇:关于js的易错知识
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:js 获取select option中的值或者value值
文章链接:http://soscw.com/index.php/essay/69541.html
文章标题:js 获取select option中的值或者value值
文章链接:http://soscw.com/index.php/essay/69541.html
评论
亲,登录后才可以留言!