/^([1-9]\d*.?|0.)\d*$/
eg:
正则表达式:限制只能输入小数和整数,不能输入0(这个可以输入0.00,我不知道咋解决)
原文:https://www.cnblogs.com/wssdx/p/12582242.html