摘要: 执行以下代码 function Fuc(){} console.log(Func.prototype); Firefox 效果 Google chrome 效果 prototype(属性) :原型对象 任何方法都有一个prototype属性,或者说 '我们创建的每个函数都有一个prototype属性 阅读全文
posted @ 2018-11-21 16:57 🐖芭借 阅读(222) 评论(0) 推荐(0)