标签: typescript
我有一张需要迭代的地图。它看起来像代码示例。请给一个代码示例,如何工作?
var fnMap = { "foo": function() { ... }, "bar": function() { ... }, // ... };