js判断钱格式
2016-06-22来源:易贤网

var str=document.form1.price.value;

re=/^([1-9]\d*|0|)\.\d{2}$/

if(!re.test(str))

{alert(价格格式不正确!请填写比如:1.22);

document.form1.price.value=;

document.form1.price.focus();

return false;}

2025公考·省考培训课程试听预约报名

  • 报班类型
  • 姓名
  • 手机号
  • 验证码
推荐信息