写一个call🍏模拟一个call方法查看
Function.prototype.myCall = function (context) {
// 挂在一个fn函数
var context = context || win
2021-03-14