JavaScript Symbol Symbol 是 ES6 中提出的一种原始值类型。 var Seven = Symbol('Seven'); typeof Seven; // => 字符串 symbol typeof 家族又多一个成员。