Tag: 浮点数

输入数字validation – 限制只输入数字或数字,int和float两者

如何限制输入字段只输入数字/数字int和浮动两者。 有时我们需要允许像amount这样的字段的整数和浮点值,所以在这种情况下需要validation。 没有可用的解决方案,但它们具有大尺寸代码。 因此需要一个简短但有效的代码。 Input box that accepts only valid int and float values.