JavaScript Code : var maxLength = 15; $('textarea').keyup(function() { var textlen = maxLength - $(this).val().length; ...
確定! 回上一頁