会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
poco-o
博客园
首页
新随笔
管理
2022年10月20日
1
摘要: 箭头函数 和声明式函数一样 let sum = function(a,b){ return a+b } let sum = (a,b)=>{ return a+b } 没有Prototype,不能成为构造函数,不能使用new 不能使用arguments 不能使用super 访问类的prototype
阅读全文
posted @ 2022-10-20 21:02 pocoui
阅读(16)
评论(0)
推荐(0)
公告