JS中的this,construtor,prototype

construtor和prototype

constructor是一个对象的属性,这个属性存在在此对象的prototype中, 指向此对象的构造函数。分析这句话

  1. constructor是一个对象属性。
  2. constructor在prototype中
  3. constructor指向构造函数

this

  1. this是对象
  2. this依赖函数执行的上下文
  3. this存在于函数中(函数调用的时候被隐式传入)

 

承接各种网站开发与修改、爬虫、数据采集分析、小程序等任务

Html+Css+JS+PHP+Nodejs+Python

专治网站各种不服

一起探讨,互相学习,共同进步!有事儿您说话。

This entry was posted in JavaScript and tagged , , by 织梦先生. Bookmark the permalink.