ccc pool

var sp = new _ccsg.Sprite("a.png");
this.addChild(sp);
cc.pool.putInPool(sp);
cc.pool.getFromPool(_ccsg.Sprite, "a.png");
原文地址:https://www.cnblogs.com/yufenghou/p/5465320.html