摘要: `console.log(Math.max.apply(null, [1, 3, 5]));` `console.log(Math.min.apply(null, [1, 3, 5]));` `console.log(Math.max.call(null, 1, 3, 5));` `console. 阅读全文
posted @ 2020-09-19 15:10 wing1377 阅读(313) 评论(0) 推荐(0) 编辑