摘要: Function.prototype.call = function(context,...args){ var context = context || window; context.fn = this; var result = eval(`context.fn(...args)`); del 阅读全文
posted @ 2021-06-16 16:51 桥的博客 阅读(150) 评论(0) 推荐(0)