=10000) { $num = floatval($num)/10000; $num = number_format($num,2,'.',''); $num .= "万"; } $num = strval($num); return $num; }