$("[type='text']:gt(0)").val(""); //清空输入框的内容,除单据编号 //设置下拉选框的默认选项 $(".select_padding_left").each(function(){ $(this).get(0).selectedIndex=0; });