Maison  >  Questions et réponses  >  le corps du texte

javascript - react native 中=> 这个符号代表什么意思?本以为是JS编程,但是这个貌似不是JS语法啊

PHPzPHPz2748 Il y a quelques jours1072

répondre à tous(12)je répondrai

  • 阿神

    阿神2017-04-11 10:07:42

    箭头函数就是个简写形式的函数表达式,并且它拥有词法作用域的this值(即不会新产生自己作用域下的this, arguments, super 和 new.target 等对象)。此外,箭头函数总是匿名的。

    详见:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions

    répondre
    0
  • 黄舟

    黄舟2017-04-11 10:07:42

    提问者请立即去世!

    répondre
    0
  • Annulerrépondre