Bootstrap

html中textarea标签如何设置不可拖拽

设置前:

 设置后:

 代码:

<textarea style="resize:none"></textarea>
;