PHP基础 php float转int型问题2024-12-09王明昌阅读(96)赞(0)今天遇到个问题 <code class="language-php"><?php $a=floatval(300.34)*100; echo $a; echo (int)$a; <...