jq获取下拉框中的value值

$("select").change(function(){
     console.log($(this).val());
});
原文地址:https://www.cnblogs.com/luguankun/p/14355281.html