TypeScript 接口定义如下: interface interface_name { } 实例以下实例中,我们定义了一个接口IPerson,接着定义了一个变量customer,它的类型是IPerson。 customer ...
確定! 回上一頁