<style type="text/css"> textarea{ border:1; //可根据需要修改有无边框显示长度和宽带 overflow:auto; height:100%; width:100% } input{ border:1; overflow:auto; height:99%; width:96% } </style>
HTML代码:
<td> <textarea cols="130" rows="5"></textarea> </td>
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/14501.html