上一页 1 ··· 3 4 5 6 7
2020年5月6日
摘要: <?php /** * 精确加法 * @param [type] $a [description] * @param [type] $b [description] */ function math_add($a,$b,$scale = '2') { return bcadd($a,$b,$scal 阅读全文
posted @ 2020-05-06 16:17 三哥-Noble 阅读(709) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7
TOP