摘要: Funtion.prototype.call_ = (target, ...arguments) => { target = target || window; const symbolKey = Symbol(); target[symbolKey] = this; const res = tar 阅读全文
posted @ 2022-08-22 13:33 浪浪浪浪浪浪浪浪 阅读(16) 评论(0) 推荐(0) 编辑