摘要: ​ 定义一个对象,对象的键包含所有数据类型 const SymbolKey = Symbol('a') const dict = { [66]: 66, "string": 'string', [true]: true, [undefined]: undefined, [null]: null, [ 阅读全文
posted @ 2024-07-21 16:14 Aguest 阅读(26) 评论(0) 推荐(0)