随笔分类 -  2-前端面试题

摘要:// 实现(3).add(2).minus(1) Number.prototype.add = function(arg){ return this + arg; } Number.prototype.minus = function(arg){ return this - arg; } conso 阅读全文
posted @ 2020-06-25 20:58 爱记录一切美好的微笑 阅读(114) 评论(0) 推荐(0)