不带原型的对象 const plainObject = Object.create(null) image.png 带原型的对象 const originObject = new Object() image.png