• 引入原因:实现私有属性let s = Symbol()let obj = {[s]: ‘hello world’};console.log(obj.s); undefined符号值唯一let s = Symbol()let m
    admin1月前
    190