重新撸一遍javascript (三)

2020-04-24 14:50:07 浏览数 (1)

函数

不同的调用方式

声明与表达式

函数声明前置

命名函数表达式

Function构造器

this

一般函数的this
作为对象方法的函数的this
对象原型链上的this
get/set方法与this
构造器中的this
call/apply方法与this
bind方法与this

函数属性与arguments

apply/call方法

0 人点赞