摘要:
1.展示类的继承和静态的方法定义和调用函数Say(); } function addItem($product,$num){ $this->items[$product]+=$num; } function reomveItem($product,$num){ if($this->items[$product]>$num){ $this->items[$product]-=$num; return true; }elseif($this->items[$product]==$num){ unset($this->items[$product]); ... 阅读全文
posted @ 2013-12-13 16:35
sulin
阅读(206)
评论(0)
推荐(0)

浙公网安备 33010602011771号