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

 

分类:

技术点:

相关文章: