//jQuery $("#select_city").find("option:selected"); //zepto $("#select_city option").not(function(){ return !this.selected })
时间: 2024-12-27 05:18:52
//jQuery $("#select_city").find("option:selected"); //zepto $("#select_city option").not(function(){ return !this.selected })