2021年10月14日
摘要: // eslint-disable-next-line no-extend-native Function.prototype.myCall = function (...args) { const target = args[0] target._f = this target._f(...arg 阅读全文
posted @ 2021-10-14 10:23 hhvfg 阅读(48) 评论(0) 推荐(0)