let obj = {a:2,b:4} console.log(obj.__proto__) console.dir(Object.getPrototypeOf(obj)) 在node里面打出来都是{}空对象,按理说不应该是Object.prototype么 查看完整描述