摘要: 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 大桥默默学 阅读(143) 评论(0) 推荐(0)