PHP
·
发表于 5年以前
·
阅读量:8283
const dataType = obj => Object.prototype.toString.call(obj).replace(/^\[object (.+)\]$/, '$1').toLowerCase();