最好用jquery实现下拉菜单选择某个选项后表单后边文字变

$(document).ready(function(){$("select[name='leixing']").change(function(e){varcountrName=$("select[name='leixing]option:选择").text();if(countrName=='银卡'|countrName=='贵宾卡'|countrName=='金卡'){$("#dw").html('元');}else{$("#dw").html('times');};});});