摘要: Function.prototype.myCall = function () { let thisVal = arguments[0] // 存call第一个参数执行上下文 const isStrict = (function () { return this undefined })() // 阅读全文
posted @ 2021-02-26 17:28 谢书怜 阅读(108) 评论(0) 推荐(0) 编辑