最新发布 第491页

完竣世界-关注前端分享心得

js

js 合并对象

js 合并对象
Object.assign let a = {a: 'wanjunshijie'} let b = {b: '完俊世界'} let c = {c: 'web'} let d = Object.assign(a, b, c) cons...

yekong 3年前 (2021-09-07) 喜欢

js

es6 数组替换

es6 数组替换
let arr = ['wanjunshijie', 'wanjunshijie1', 'wanjunshijie2'] console.log(arr.map(x => 'web')) 运行结果 ['...

yekong 3年前 (2021-09-07) 喜欢