php intval(float)2019-09-26 本文已影响0人 honkkki$res = intval((0.1 + 0.7) * 10); //intval(0.7999999...*10) var_dump($res); //7