摘要: const isType = (obj, type) => { if (typeof obj !== 'object') return false; const typeString = Object.prototype.toString.call(obj); let flag; switch (t 阅读全文
posted @ 2019-05-27 14:47 Jay_Lo 阅读(147) 评论(0) 推荐(0) 编辑