zsytssk Laya.timer._map创建的之后清理只会设置为null, this._map[handler.key]=null; // 数组本身还在不停的增加这样会消耗内存.delete this._map[handler.key] // 加上这句可以减小内存 希望官方能采纳这个意见,