$('textarea').bind('input propertychange', function() {
    $('div').html($(this).val().length);
});

 

相关文章:

  • 2022-12-23
  • 2021-07-30
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2021-05-30
  • 2022-01-05
  • 2021-09-07
  • 2022-12-23
相关资源
相似解决方案