你說的文本框的大小是指邊框的大小嗎?如果是指邊框的大小,可以使用css樣式控制,如:<textareaid="txtcon">content</textarea><styletype="text/css">#txtcon{width:100px;height:20px;}</style>你也可以使用文本框自己的屬性,定義文本框的行和列控制大小,如:<textareaid="txtcon"rows="100"cols="100">content</textarea>
@p2p
頂0
加入收藏
相關問答推薦