摘要: console.time('共用时间');function make_pow(n) { return function (x) { return Math.pow(x, n); }}var pow2 = make_pow(2);var pow3 = make_pow(3); console.log( 阅读全文
posted @ 2020-05-15 14:36 Qionghuihe 阅读(3194) 评论(0) 推荐(0) 编辑