摘要: function isQuoteData(data) { return ['Map', 'Set', 'Array', 'Object'].includes( {}.toString.call(data).split(' ')[1].slice(0, -1) ); } function deepCl 阅读全文
posted @ 2021-04-28 10:27 nextYearToday 阅读(48) 评论(0) 推荐(0)