js的原型链
创始人
2025-01-15 06:05:11
0

原型链:

        1.如何构成原型链?

        2.原型链上属性的增删改查。

        3.绝大多数对象的最终都会继承自Object.prototype    (var obj = Object.create(null或者undefined)没有原型)。

        4.Object.create(原型)。

构成原型链和操作原型链属性:
//最顶的原型是Object.prototype Grand.prototype.__proto__ = Object.prototype; Grand.prototype.lastName = "Deng"; function Grand(){    };  var grand = new Grand();  Father.prototype = grand; function Father(){     this.name = "xuming";     this.fortune = {         card1 : "visa",     };     this.num = 100; };  var father = new Father();  Son.prototype = father; function Son(){     this.hobbit = "smoke"; };  var son = new Son();  //操作原型链上的属性,son会在自身生成一个属性 son.num++; // ---> son.num = son.num + 1; console.log(father.num); //100 console.log(son.num); //101  //操作原型链上的对象中的属性,son不会生成属性 son.fortune.card2 = 'master' console.log(son.fortune); //{card1 : 'visa',card2 : 'master'} console.log(father.fortune); //{card1 : 'visa',card2 : 'master'} 
原型中this的指向:
//a.sayName() sayName里面的this指向是,谁调用的这个方法,this就是指向谁 Person.prototype = {     name : "a",     sayName : function(){         console.log(this.name);     }     }  function Person(){     this.name = "b"; }          var person = new Person(); person.sayName(); //b person.__proto__.sayName(); //a
Object.create(原型):

对象形式:

var obj = {name : "sunny"}; var obj1 = Object.create(obj);  console.log(obj1.name); //sunny

函数形式:

Person.prototype.name = "sunny"; function Person(){  } var person = Object.create(Person.prototype); var person1 = new Person();  console.log(person.__proto__.name); //sunny console.log(person1.__proto__.name); //sunny

相关内容

热门资讯

最终!aapoker免费透视脚... 最终!aapoker免费透视脚本,吉安中至小程序微信辅助,经验教程(详细教程)吉安中至小程序微信辅助...
黑科技代打!wpk系统是否存在... 黑科技代打!wpk系统是否存在作弊行为,微信小程序指尖四川辅助器,大纲教程(新版有挂)1、下载好微信...
出现新变化!hhpoker真的... 出现新变化!hhpoker真的假的,随意玩游戏平台官方挂开挂,手筋教程(有挂存在)1、下载好随意玩游...
目前来看!菠萝辅助器免费版的功... 目前来看!菠萝辅助器免费版的功能介绍,决战13水辅助,诀窍教程(有挂方法)小薇(辅助器软件下载)致您...
目前来看!wepoker插件程... 目前来看!wepoker插件程序激活码,闲逸碰胡金钟罩,模块教程(有挂神器)暗藏猫腻,小编详细说明闲...
第三方技巧!wepoker的辅... 第三方技巧!wepoker的辅助器,大菠萝挂机辅助,方针教程(竟然有挂)1、上手简单,内置详细流程视...
黑科技辅助挂!hhpoker是... 黑科技辅助挂!hhpoker是正品吗,微信小程序辅助器免费下载,步骤教程(有挂总结)运微信小程序辅助...
方法辅助挂!破解辅助插件wep... 方法辅助挂!破解辅助插件wepoker,潮友软件辅助器脚本,课程教程(有人有挂)1、潮友软件辅助器脚...
插件辅助挂!wepoker怎么... 您好,蜀山四川智能辅助插件下载这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302...
此事迅速冲上热搜!sohoo ... 此事迅速冲上热搜!sohoo poker辅助器,福建老友破解,手段教程(有挂秘诀)1、福建老友破解辅...