0
我需要類似Using an object as a generic Dictionary key但TypeScript。打字稿以幾種對象屬性爲索引映射的最佳方式是什麼?
如何使用TypeScript實現這一點?
我需要類似Using an object as a generic Dictionary key但TypeScript。打字稿以幾種對象屬性爲索引映射的最佳方式是什麼?
如何使用TypeScript實現這一點?
如何使用TypeScript實現這個?
我已經在過去做到了這一點:https://github.com/basarat/typescript-collections#a-sample-on-dictionary
您是否嘗試過這樣做呢?您可能會看到有關在TypeScript中實現字典的其他問題。 –