用static 关键字创建单一对象的数据结构 可以用在很多地方!在配合模板与类继承机制,可以达到一个管理器的作用!基本代码:class Singleton{public:static Singleton* getSingleton();