是否为价格
要校验的字符串
isPrice('10.05') // trueisPrice('10.055') // false Copy
isPrice('10.05') // trueisPrice('10.055') // false
是否为价格