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.
我想验证表单字段(文本)输入。它应该只是 5 到 10 之间的一个数字。我知道有 validate-number 类,但这不会检查 numbe 范围。有没有办法用原型做到这一点?
谢谢!
我发现这个基于原型的验证脚本。还支持数字范围。 原型验证脚本