functionsFunction: throttle()On this pageFunction: throttle() throttle(fn, delay): (...args) => void Defined in: src/throttle.ts:7 Parameters fn any delay any Returns (...args): void Parameters args ...any[] Returns void Func 节流 Desc