2018項目總結(vue+apicloud) 一、關於字數統計的問題 在使用textarea時常會對textarea中的文字數目進行統計,一般來說,可以使用onkeyup事件來解決問題。 <textarea id="descrip ...