查了一下,果然我不是第一個有這個問題的人- How do I disable textarea resizing - Google Groups 。 方法是用CSS : textarea { resize : none; } DEMO : DEMO 所以 ...
確定! 回上一頁