PHP大數字計算

<?php $a = "8945876459564612"; $b = "612"; function add_on_str($x,$y){ $xArr = str_split($x,1); $yArr = str_split($y,1); $resultArr = []; $arrSub = count($xArr)-count($yArr); if($arrSub
相關文章
相關標籤/搜索