有没有办法在TypeScript中嵌套类.我想用它们像:
var foo = new Foo(); var bar = new Foo.Bar();
javascript typescript
javascript ×1
typescript ×1