gpt4 book ai didi

javascript - 如何更改html输入多个值

转载 作者:行者123 更新时间:2023-12-02 18:24:35 25 4
gpt4 key购买 nike

我有一个像这样的 html 输入字段:

<input name="files[]" id="files" type="file" style="display: none;" onchange="saveFile();" multiple="true" />

如何使用 javascript 将倍数的值更改为 false

最佳答案

尝试使用.setAttribute()

Syntax: element.setAttribute(attributename,attributevalue)

你的代码应该是这样的

document.getElementById("files").setAttribute("multiple","false");

关于javascript - 如何更改html输入多个值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18508537/

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