博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年11月8日

摘要: js 手动实现call方法 Function.prototype.myCall=function(content,...args){ let myfn = Symbol() content = content|| globalThis // console.log(content) content[ 阅读全文

posted @ 2023-11-08 10:04 绝交 阅读(12) 评论(0) 推荐(0) 编辑