摘要:
Document name = $name; $this->sex = $sex; } function showName() { echo $this->name; } function showSex() { echo $this->sex; } } /** * 子类 */ cla... 阅读全文
posted @ 2016-03-21 22:33
LiuYier
阅读(199)
评论(0)
推荐(0)
浙公网安备 33010602011771号