1.autorelease 此函数用于自动回收该对象,在Cocos的Create函数里面就会去调用该函数。
2.retain 对于已经调用autorelease函数的对象,可以使用retain来保持对象不被回收。