先放三个select在页面中<select id='1' name='1'></select><select id='2' name='2'></select><select id='3' name='3'></select>然后用程序写出第一个select的option项然后是js代码:$("select#1").change(function(){此处用ajax根据select1的值获取select2的option,增加到select2中});select3类似