当前位置:网站首页>看了这篇我也懂了this
看了这篇我也懂了this
2022-07-20 17:36:00 【马克社区】
// this指向 // 1.指向全局变量window var a = 1;
function func() { var a = 2; console.log(this.a); } func(); //2 // 2.指向调用它的对象(funx()中的this只对直属上司(直接调用者obj)负责,不管有多少个。) var b = 3;
function funx() { console.log(this.b); } var obj = { b: 4, funx } obj.funx(); //4
var aa = 15
function test() { console.log(this.aa) } var obj = { aa: 2, test } var obj0 = { aa: 3, obj } obj0.obj.test() // 3.可以将其传给一个变量,并且一样调用它 var d = 1
function test() { console.log(this.d) } var obj = { d: 2, test } var testCopy = obj.test testCopy(); // 4.call(),命令指向谁 var e = 7;
function test1() { console.log(this.e) } var obj = { e: 8, test1 } var testCopy = obj.test1 testCopy.call(obj); // 5.指向构造函数实例化对象
更多请见:https://blog.csdn.net/weixin_44519496/article/details/120126852
边栏推荐
- MySQL—update语句执行流程
- Qt简单串口助手
- What kind of product is Jetson TX2 NX? (how Jetson TX2 NX provides powerful energy efficiency)
- From cloud native to intelligent, in-depth interpretation of the industry's first "best practice map of live video technology"
- Maixll-Dock 条形码识别
- 选择MONGODB 实例接入数据库方式,需要怎么做?
- 绘图库Matplotlib安装配置
- Docker installs myql5.7 and mysql8.0
- Personal understanding of rxjs concept: responsive programming idea
- QT simple serial port assistant
猜你喜欢
云渲染,设计行业的“新贵”
LED数显驱动IC、抗干扰LED数码管显示驱动IC-VK1S68C SSOP24,适用指夹式脉搏血氧仪、臂式电子血压计、体温计、胎心仪、理疗仪、监护仪等,支持70/66/60/52点阵。
Exercice leetcode - Échange de doigts 66. Construire un tableau de produits
WinForm UI interface design routine - multi thread access UI control
Unhandled JS Exception: Unexpected identifier ‘_classCallCheck‘. import call expects exactly one arg
ACL与NAT
ACL and NAT
What kind of product is Jetson TX2 NX? (how Jetson TX2 NX provides powerful energy efficiency)
Cloud rendering, the "upstart" in the design industry
It's just a TCC distributed transaction. Is it so difficult?
随机推荐
How to set measurable project goals?
H5在线CAD后台读写CAD文件
Huawei summer internship general software development experience
机器学习作业2
Combine pyqt5 to develop one click conversion software for office documents, and there is no need to open members to transfer files in the future
Postgraduate entrance examination - Database
ACL与NAT
学习记录十六
SEO (search engine optimization) search engine optimization
函数默认参数避坑指南
MySQL 入门基础(A)
LED数显驱动IC、抗干扰LED数码管显示驱动IC-VK1S68C SSOP24,适用指夹式脉搏血氧仪、臂式电子血压计、体温计、胎心仪、理疗仪、监护仪等,支持70/66/60/52点阵。
Openvino安装时的一些记录
Unhandled JS Exception: Unexpected identifier ‘_classCallCheck‘. import call expects exactly one arg
Some records of openvino installation
Quantum computing + finance! D-wave joins hands with MasterCard, an international credit card organization
Winform UI界面设计例程——多线程访问UI控件
Common tools and test methods for interface testing (zero basis)
記一次曲折的拿靶標記錄
今日NFT/数字藏品热点