//jQuery $("#select_city").find("option:selected"); //zepto $("#select_city option").not(function(){ return !this.selected })
时间: 2024-10-24 23:28:50
//jQuery $("#select_city").find("option:selected"); //zepto $("#select_city option").not(function(){ return !this.selected })