let myAdd: (x:number, y:number) => number = function(x: number, y: number): number { return x + y; };. 函数类型包含两部分:参数类型和返回值类型。 当写出完整函数 ...
確定! 回上一頁