JS代码:$(function() {$("#sel").change(function(){alert($("#sel option:selected").attr("id"));});});HTML代码:ww ee