摘要:
js 手动实现call方法 Function.prototype.myCall=function(content,...args){ let myfn = Symbol() content = content|| globalThis // console.log(content) content[ 阅读全文
posted @ 2023-11-08 10:04 绝交 阅读(18) 评论(0) 推荐(0)
|
摘要:
js 手动实现call方法 Function.prototype.myCall=function(content,...args){ let myfn = Symbol() content = content|| globalThis // console.log(content) content[ 阅读全文
posted @ 2023-11-08 10:04 绝交 阅读(18) 评论(0) 推荐(0) |
||