摘要: /**设计模式 行为模式 观察者模式 凤姐与粉丝 *2013年7月28 cheqiang87@qq.com * */ #include <stdio.h> #include <stdlib.h> struct Fans { struct Fengjie* fengjie; void ( *updat 阅读全文
posted @ 2020-12-07 17:37 ziwuxian 阅读(235) 评论(0) 推荐(0) 编辑