正则表达式 Untitled $in="2344";if(ereg("^(-{0,1}|\+{0,1})[0-9]+(\.{0,1}[0-9]+)$",$in)) echo "Ok!";else echo "Sorry,Please input again!";?>很简单的嘛!