摘要: function ValidateIsDecial(sValue) { return (!sValue && !!!sValue && /^[0-9]{1,10}(\.[0-9]{0,2})?$/.test(sValue)); }; 验证 decimal(12,2) 小数点前允许10位,小数点后允许 阅读全文
posted @ 2018-05-31 11:46 彦桢 阅读(275) 评论(0) 推荐(0)