正则表达式 匹配一个 大于0 的数值

/^(?!(0[0-9]{0,}$))[0-9]{1,}[.]{0,}[0-9]{0,}$/
原文地址:https://www.cnblogs.com/zsczsc/p/7743090.html