我创建了this example在TypeScript 游乐场中: interface Test{ a: string b: string } const object: Test = { a: 'b', b: 'c', } function testIt(): Test[] { const ...
確定! 回上一頁