标签: typescript dictionary
我有一个这样定义的字典:
dicti: { [index: string]: string }
是否可以通过键的内容找到键的值? (每个键上的内容都是唯一的)