$('textarea').bind('input propertychange', function() { $('.msg').html($(this).val().length + ' characters'); });. 最后需要注意的是:oninput ...
確定! 回上一頁