随笔分类 -  ES6

摘要:Egret 异步队列处理 @author ixenos 1.异步处理器 enum AsyncProcessorEnum { } class AsyncProcessor extends egret.EventDispatcher{ static __pool__ = "AsyncProcessorP 阅读全文
posted @ 2022-03-18 18:03 ixenos 阅读(188) 评论(0) 推荐(0)
摘要:@author ixenos 1. 浅拷贝 1.1 Object.assign Object.assign(target, ...sources) 1.2 拓展运算符 const target = {...source}; 1.3 数组相关 Array.prototype.concat Array. 阅读全文
posted @ 2022-01-17 17:00 ixenos 阅读(333) 评论(0) 推荐(0)