Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够创建一个填充可用空间的文本区域。
但是,由于显示器分辨率不同,我认为我不能简单地指定字符宽度。无论如何,如果没有太多逻辑来为每组监视器分辨率指定不同的字符宽度,是否可以解决这个问题。
答案是简单的集合
style="width: 100%"
代替
cols="XX"
<textarea style='width:100%; height:100%'>type here</textarea>