jquery之获取select选中的值

$(document).ready(function(){
    var selectValue=$("#select1  option:selected").text();
}
Live and learn!
原文地址:https://www.cnblogs.com/zhaoqiming/p/7986420.html