console.log("a:"+a)和console.log(a) 打印数组对象的区别

console.log打印数组对象的区别

1、console.log(a) 是直接打印结果
2、console.log(“a:”+a)是打印出来确实object对象 

相关文章:

  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案