摘要: function getType(data) { return Object.prototype.toString.call(data).replace(']', '').substring(8) } function _clone(data, res) { const type = getType 阅读全文
posted @ 2024-04-23 11:33 深海里的星星i 阅读(103) 评论(0) 推荐(0)