1 $("#txtmsg").bind('keyup text',function(){2 $("#str2").text($("#txtmsg").val().length);3 }); 转载于:https://www.cnblogs.com/walkerwang/archive/2010/05/06/1729318.html