$("input[name=‘aa‘]").val(2333)//触发一下该input的input事件$("input[name=‘aa‘]")[0].dispatchEvent(new Event(‘input‘))