摘要: 如何用es3的语法实现bind? function bind(fn, self) { if (typeof self 'object' && self !== null || typeof self 'function') { var random = Math.random() //存储函数 th 阅读全文
posted @ 2021-03-07 01:43 nextYearToday 阅读(64) 评论(0) 推荐(0)