JavaScript is an object-based language based on prototypes, rather than being class-based.
this引用对象
delete 删除属性使用getter和setter来为对象添加新的属性
继承对象
JavaScript is an object-based language based on prototypes, rather than being class-based.
this引用对象
delete 删除属性使用getter和setter来为对象添加新的属性
继承对象