摘要: <?php /** * 四则运算(支持加、减、乘、除、小中括号) * Class calculator */ class calculator { //保留几位小数点 public $point = 2; public function __construct($point=2) { $this-> 阅读全文
posted @ 2022-07-12 15:26 疯子丶pony 阅读(299) 评论(0) 推荐(0)