Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Firefox 5<textarea>中是可扩展的(右下角有一个钩子)。
<textarea>
如何使 textarea 实体/不可扩展? 最好通过CSS。
在你的 CSS 中使用它:
textarea { resize: none; }