gpt4 book ai didi

javascript - 如何让输入的数字中的数字增加数百

转载 作者:行者123 更新时间:2023-11-28 17:55:53 24 4
gpt4 key购买 nike

所以,这就是我想要的。我有一个输入框(类型=数字),我不希望它按个数增长,而是希望它增加数百个。我认为有一种方法可以做到这一点。我知道一种方法是在 JavaScript 或 JQuery 中循环检查它是否为 1(等于 100),然后检查 101 = 200 等。但这似乎是一种困难的方法。有什么建议么?这是一些示例代码:

HTML

<input type = "number" min = "100" value = "100">

有什么想法吗?提前致谢!

最佳答案

您可以使用step为此的属性:

The step attribute specifies the legal number intervals for an element.

<input type="number" min="100" value="100" step="100">

关于javascript - 如何让输入的数字中的数字增加数百,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44463383/

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