2012-08-03 26 views

回答

0

您可以尝试CSS resize属性:

textarea { 
    resize: both; 
    width: 100px; 
    min-height:200px; 
    max-height:300px; 
} 
相关问题