gpt4 book ai didi

tags - 如何在struts 1 html标签中的textarea上使用maxlength

转载 作者:行者123 更新时间:2023-12-02 07:42:03 27 4
gpt4 key购买 nike

在struts 1标签中,html:textarea here

我没有看到 maxlength 属性。如何限制用户输入超过100个字符?还有为什么struts 1省略了这么一个基本属性呢?

最佳答案

使用JS添加属性。

在文本区域后面添加类似的内容:

<script type="text/javascript">
document.getElementById('textarea-id').setAttribute('maxlength', '512');
</script>

关于tags - 如何在struts 1 html标签中的textarea上使用maxlength,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17181531/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com