用zepto找到当前被选中的option
$("#dealer").find("option").not(function(){ return !this.selected }).text();
神奇的not
文章来自:http://www.cnblogs.com/ccforeverd/p/4201852.html
$("#dealer").find("option").not(function(){ return !this.selected }).text();
神奇的not