如何让textarea自适应高度,用jQuery实现或者用css来实现
设置宽度和高度100%
textarea { width:100%; height:100%; }
看看这个
5 回答620 阅读
设置宽度和高度100%