const nums=[1,3,5,11]

let [a,b]=nums

const user={name:"howhy",age:22}

let {name,age}=user

let arr1=[1,3,5]

let arr2=[...arr1,2,4,6]

 

相关文章:

  • 2022-03-08
  • 2021-12-02
  • 2022-01-03
  • 2021-07-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2021-06-30
相关资源
相似解决方案