码迷,mamicode.com
首页 > 其他好文 > 详细

vue学习notes

时间:2018-03-13 01:00:05      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:隐式   body   编译   编译过程   window   预编译   his   this   var   

**构造函数内部原理**内部隐式运行

1. 在函数体最前面隐式的加上 var this = {}
1. 执行this.xxx = xxx;
1. 隐式的返回this

**this**一般指向

1. 函数预编译过程 this --> window
1. 全局作用域 this --> window
1. call/apply可以改变函数运行时this指向
1. obj.func(); func()里面的this指向obj

vue学习notes

标签:隐式   body   编译   编译过程   window   预编译   his   this   var   

原文地址:https://www.cnblogs.com/looklu/p/8552569.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!