<style>textarea{width: 300px;height: 300px;resize: none;/* resize:重新设置大小,vertical,horizontal,both,none */}
</style>
<body><div>多行文本输入框--文本域</div><div><!-- placeholder--提示文字 --><!-- 默认value写在双标签内部,注意空格问题。 --><textarea placeholder="请输入你的意见"></textarea></div>
</body>