08 2021 档案
摘要:函数装饰器 MethodDecorator = <T>(target: Object, key: string, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | Void; 属性装饰器 PropertyD
阅读全文
摘要:1 export function section(): void { 2 const ul = document.getElementById('ul'); 3 const total = 10001; 4 const once = 20; 5 function loop(curTotal: nu
阅读全文