原来si椰子啊

博客园 首页 联系 订阅 管理

2016年10月2日

摘要: <?phpclass node{ public $name; public $pre; public $next; public function __construct($name=""){ $this->name=$name; $this->pre=null; $this->next=null; 阅读全文
posted @ 2016-10-02 17:23 原来si椰子啊 阅读(336) 评论(0) 推荐(0) 编辑