() => {}
((a, b) => a + b)(1,2);
(a => `参数是:${a}`)(12);
() => `asdf`;
本文标题:箭头函数
本文链接:https://www.haomeiwen.com/subject/uykfwhtx.html
网友评论