$('textarea').bind('input propertychange', function() { $('div').html($(this).val().length); }); 相关文章: 2022-12-23 2021-07-30 2021-11-29 2022-12-23