JS获取select 当前选种值


var sel=document.getElementsByName("paydate")[0];
var selvalue= sel.options[sel.options.selectedIndex].value;//你要的值

原文地址:https://www.cnblogs.com/yichengbo/p/2582274.html