<?php /** 使用函数 求圆的面积 **/ function circle($n){ define(‘PI‘,3.14); echo PI * $n * $n; } circle(3); ?>
原文地址:https://www.cnblogs.com/xm666/p/11163286.html
时间: 2024-10-13 02:28:18
<?php /** 使用函数 求圆的面积 **/ function circle($n){ define(‘PI‘,3.14); echo PI * $n * $n; } circle(3); ?>
原文地址:https://www.cnblogs.com/xm666/p/11163286.html