html – 隐藏的TextArea

前端之家收集整理的这篇文章主要介绍了html – 隐藏的TextArea前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在html文本框中,可以使用< input type =“hidden”name =“hide”/>但对于TextArea,如果我想隐藏我应该如何使用?

有人帮我,

谢谢,

解决方法

为textarea设置CSS显示为none
<textarea name="hide" style="display:none;"></textarea>
原文链接:https://www.f2er.com/html/232758.html

猜你在找的HTML相关文章