let obj = {a:2,b:4} console.log(obj.__proto__) console.dir(Object.getPrototypeOf(obj)) 在node里面打出來都是{}空對象,按理說不應(yīng)該是Object.prototype么 查看完整描述