小數點 位數處理. number_format(要處理的數值,要顯示的小數點位數) <?php $num=40; $format_num=number_format($num,3); //需要處理為小數3位echo ...
確定! 回上一頁