// 0.0.....1 至 0.99.......9 之间 if (!preg_match('/^(0.)d{1,}$/',$_POST['unit_price'])){ echo 'no'; } else { echo 'yes'; }