JQuery获得select控件的值

jQuery("#select1  option:selected").text();

jQuery("#select1  option:selected").val();

原文地址:https://www.cnblogs.com/johanxu/p/5848398.html