08 2021 档案

摘要:函数装饰器 MethodDecorator = <T>(target: Object, key: string, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | Void; 属性装饰器 PropertyD 阅读全文
posted @ 2021-08-21 15:14 671_MrSix 阅读(32) 评论(0) 推荐(0) 编辑
摘要:1 export function section(): void { 2 const ul = document.getElementById('ul'); 3 const total = 10001; 4 const once = 20; 5 function loop(curTotal: nu 阅读全文
posted @ 2021-08-17 22:39 671_MrSix 阅读(34) 评论(0) 推荐(0) 编辑