Similar to JavaScript rest parameters, TypeScript also supports rest parameter. For example function test(...args: number[]) ...
確定! 回上一頁