phpmap php计算圆的面积用函数array_map实现代码示例:$r = array(1,2,3,4,5);$s = array_map(function($r){return pi()*$r*$r;}, $r);... 技术帮 php 2023-11-09 96 阅读 0 评论