const digitalType = (data) => { //call() 必须要有 return Object.prototype.toString.call(data).slice(8, -1).toLowerCase() }