vue学习notes

Posted looklu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue学习notes相关的知识,希望对你有一定的参考价值。

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

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的主要内容,如果未能解决你的问题,请参考以下文章

Pytorch Note54 迁移学习简介

Pytorch Note 快乐星球

Rosetta学习Note

Note_001 数据操作深度学习_学习笔记

[notes] model-agnostic meta-learning

Pytorch Note 快乐星球