ts rest and spread typescript的新特性 三个点... 用法主要两个方面 第一方面 定义函数的时候,代表不限个数的参数 function func(...args) { args.forEach(function