PHP怎么计算百分比?PHP计算百分比的写法 <?php $rs[sum] = ‘165’; //总数 $rs[row] = ’43’; //单个数 echo round($rs[row]/$rs[sum]*100,2).”%<br … 继续阅读 PHP怎么计算百分比?PHP计算百分比的写法