摘要:
alert(Function); alert(Function.prototype); alert(Function.__proto__); alert(Object); alert(Object.prototype); alert(Object.__proto__); alert((function () { }).prototype); alert((function () { }).__proto__); alert((function () { }).__proto__.prototype); alert((function ... 阅读全文