$("input[name='aa']").val(2333) //觸發一下該input的input事件 $("input[name='aa']")[0].dispatchEvent(new Event('input'))