function getRawType(value) {    
  return Object.prototype.toString.call(value).slice(8, -1)
}
//getoRawType([]) ==> Array

相关文章:

  • 2021-11-19
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-01-05
  • 2021-11-16
  • 2023-03-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案