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.
我正在寻找版本号掩码插件。我想验证在文本框中输入的版本号应该是 XYZ 或 XX.YY.ZZ 格式,而 XYZ 应该是数字。
如果 jquery 或 GWT 中有任何插件来验证这一点,请帮助我。
您可以使用 GWT RegExp函数。