function isArray(a)
{
//Date,Array,String,Object,Function,Boolean,Number
return a.constructor.toString().indexOf("Date") > -1; }

 

相关文章:

  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
猜你喜欢
  • 2021-10-21
  • 2021-11-20
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2022-01-17
相关资源
相似解决方案