会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星宝攸宁
博客园
首页
新随笔
联系
管理
订阅
2020年8月1日
从一个数组中火族最大值并且有最大值组成相应个数的数组
摘要: var arr = [10,20,30,50,15] var maxValue =Math.max.apply(Math,arr) //取最大值 var newArr = [] for(var j = 0;j<arr.length;j++){ newArr.push(maxValue) } cons
阅读全文
posted @ 2020-08-01 17:35 星宝攸宁
阅读(90)
评论(0)
推荐(0)
公告