$("input:text").bind("input propertychange",function(){ console.log($(this).val().length);//打印输入框字符长度 });