js判断类型方法

function getType(value){
  return Object.prototype.toString.call(value).slice(8, -1);  
}

  

posted @ 2021-07-22 14:06  Peter_Yang0942  阅读(21)  评论(0编辑  收藏  举报