html select标签 点击选中事件
onchange="gradeChange(this.options[this.options.selectedIndex].text)"
this.options[this.options.selectedIndex].text 是文本的值
this.options[this.options.selectedIndex].value 是value值
this.options[this.options.selectedIndex].text 是文本的值
this.options[this.options.selectedIndex].value 是value值

被折叠的 条评论
为什么被折叠?