h3
摘要: moneyRebate = $moneyRebate; } public function acceptCash($money) { // TODO: Implement acceptCash() method. return $money * $this->moneyRebate; } } // 满减活动类 class Cash... 阅读全文
posted @ 2019-03-16 15:51 码上平天下 阅读(147) 评论(0) 推荐(0) 编辑