chrome 不允许 textarea 可更改大小

textarea {
    resize: none;
}

编程技巧