type GreetFunction = (a: string) => void; function greeter(fn: GreetFunction) { // ... } 调用签名(Call Signatures). 在JavaScript 中,函数除了 ...
確定! 回上一頁