摘要:
function Chenqiguo(){ alert('qiguo'); } Chenqiguo.prototype.getName = function(){ alert('prototype qiguo'); } 我们分别用new实例化构造函数和用普通的函数执行对原型求值 var chenqi 阅读全文
摘要:
参考 https://www.runoob.com/w3cnote/js-call-apply-bind.html https://www.cnblogs.com/mc-congxueda/p/16724671.html 阅读全文