修正方法也不難,將 textarea 的CSS 覆蓋就好。 textarea { height: auto; }. 或是用 jQuery 的 css() 來改: $('textarea[name*=yourTextarea]').css('height', ...
確定! 回上一頁