下面代码将textarea的大小固定为400x200。
<textarea style="max-width:400px;max-height:200px;min-width:400px;min-height:200px;"></textarea>
下面代码将textarea的大小固定为400x200。
<textarea style="max-width:400px;max-height:200px;min-width:400px;min-height:200px;"></textarea>