摘要: 首先生成一个数字数组: let arr = Array.from({length:20},x=>{return Math.ceil(Math.random()*10**2)}) console.log(arr) function fn(a,b){ return a-b; } // console.l 阅读全文
posted @ 2021-02-22 16:53 尖子 阅读(177) 评论(0) 推荐(0) 编辑