摘要: Function.prototype._bind = function(){ var self = this //原函数 var context = [].shift.call(arguments) //this上下文 调用时重定向的this var args = [].slice.call(arg 阅读全文
posted @ 2021-02-22 17:32 Jennyishere 阅读(133) 评论(0) 推荐(0)