摘要: 首先写一个bind的简单示例: 'use strict' function fn() { console.log('this::', this) console.log('arguments::', arguments) } // fn() // 这里调用时this 在严格模式下是undefined 阅读全文
posted @ 2024-04-07 12:23 lvkehao 阅读(64) 评论(0) 推荐(0) 编辑