gpt4 book ai didi

Javascript ES6 ()=>() 和 ()=>{} 之间的区别

转载 作者:行者123 更新时间:2023-11-30 11:46:30 24 4
gpt4 key购买 nike

<分区>

我在学习React的时候看到过类似的代码

const LinkCell = ({rowIndex, data, col, ...props}) => (
<Cell {...props}>
<a href="#">{data.getObjectAt(rowIndex)[col]}</a>
</Cell>
);

此外,到目前为止我认为在 ES6 函数中简写是

let sum = (a, b)=>{
return a + b;
}

第一个和第二个有什么不同?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com