摘要: products[$product] = $quantity; } public function getQuantity($product) { return isset($this->products[$product]) ? $this->products[$product] : FALSE; } ... 阅读全文
posted @ 2018-06-24 14:53 我思故我在1 阅读(243) 评论(0) 推荐(0)
摘要: 测试 阅读全文
posted @ 2018-06-24 12:04 我思故我在1 阅读(117) 评论(0) 推荐(0)