let a = {a : 1}; let b = Object.create(a); b.b = 2; let c = Object.create(b); 所以c是什么呢? 2017-10-23 21-13-25屏幕截图.png