用zepto找到当前被选中的option

$("#dealer").find("option").not(function(){ return !this.selected }).text();

神奇的not

原文地址:https://www.cnblogs.com/ccforeverd/p/4201852.html