$fractionRegularPattern = "/^\d+\.\d+/$";//第一个:正实数小数 $currencyRegularPattern = "/^((\d{1,3})|(\d{1,3},)?((\d{3},)*\d{3}))\.\d+$/";//第二个,货币