function FA($a){ $result = intval($a * pow(10, 2))/ pow(10, 2); return $result; } 未经允许不得转载:吾爱主机之家 » PHP保留两位小数(不四舍五入)