$(":select[name='start_Month'").each(function(item,i){
console.log(item.name + "" + item.value);
});
js加属性
this.getElementsByTagName("a")[0].setAttribute("aria-selected", true);
$(":select[name='start_Month'").each(function(item,i){
console.log(item.name + "" + item.value);
});
js加属性
this.getElementsByTagName("a")[0].setAttribute("aria-selected", true);