全局类与变量

1. js 全局共享类 单例模式html var Util = cc.Class.extend({ init:function() { return true; } }); Util.getInstance = function () { cc.assert(this._sharedGame, "Havn't call setSharedGam
相关文章
相关标签/搜索