var arr = ['1', '2', '3', '4'];
    arr.push('qwe');
    console.log(arr);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-12-11
  • 2021-08-01
  • 2021-06-17
  • 2022-01-05
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案