as-this:用this指向第一个参数的javascript函数

时间:2024-05-20 17:54:00
【文件属性】:

文件名称:as-this:用this指向第一个参数的javascript函数

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-20 17:54:00

JavaScript

这样 与调用javascript函数this提到的第一个参数 主要是CoffeeScript用'@'代替长变量名的语法糖: 安装 npm install as-this 用法 作为(自己,fn) 调用函数,返回self对象: as = require ' as-this ' self = {} ret = as self, -> @msg = ' Hello, World ' console . log self # => { msg: 'Hello, World' } console . log ret # => { msg: 'Hello, World' } 来电(自己,fn) 获得fn而不是self的返回值: as = require ' as-this ' ret = as . call { msg : ' Hello, World ' }, -> return


【文件预览】:
as-this-master
----as-this.js(1KB)
----LICENSE(1KB)
----README.md(3KB)
----.editorconfig(167B)
----.gitignore(19B)
----package.json(660B)

网友评论