<textarea>标签的使用

https://www.w3school.com.cn/tags/tag_textarea.asp

<textarea style="position:absolute; top:140px;left:670px;" rows="5" cols="60" disabled="disabled">
123
</textarea>

固定不给拖动的方法

style="position:absolute; top:140px;left:670px;resize:none;"

原文地址:https://www.cnblogs.com/kaibindirver/p/12973460.html