HTML中如何设置文本框的大小你说的文本框的大小是指边框的大小吗?如果是指边框的大小,可以使用CSS样式控制,如:1<textarea id="txtCon" >content<textarea>2023-02-19html-css210