foreach ($res as $k => $v) { $res[$k]['o_pay_types'] = $this->getPayType($res[$k]['o_pay_types']); }
当运行这段代码时,会报错
Indirect modification of overloaded element ofthink\paginator\driver\Bootstrap has no effect
相关分类