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

箭头函数=>

时间:2018-03-28 16:52:57      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:不用   this   markdown   fun   java   div   ...   gpo   参数   

箭头函数是一种简写的函数体
(x) => {函数体}等价

var a = function (x) {
    ...
}

圆括号里写传入参数=>指向函数体




this修复

采用箭头函数很好的解决了this指向不明的问题,使之仅仅指向当前作作用域,不用再写that = this

箭头函数=>

标签:不用   this   markdown   fun   java   div   ...   gpo   参数   

原文地址:https://www.cnblogs.com/jilaokang/p/8664207.html

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