Html textarea 标签html
</body> </html> <!-- textarea 标签输入多行文本框,name="xxx"标识后端获取名称--> <textarea name="xxx" >默认数据</textarea> </body> </html>
效果后端
默认数据spa