jquery input 实时监听输入时间:2024-09-29 16:34:26 $('input').bind('input propertychange', function() { alert('hello world') });